Ticket #17772: include.diff
File include.diff, 834 bytes (added by vinc17@…, 16 years ago) |
---|
-
files/patch-rrd_graph.c.diff
1 --- src/rrd_graph.c~ 2008-12-24 16:12:03.000000000 +0000 2 +++ src/rrd_graph.c 2008-12-24 16:13:16.000000000 +0000 3 @@ -5,6 +5,7 @@ 4 ****************************************************************************/ 5 6 7 +#include <libgen.h> 8 #include <sys/stat.h> 9 10 #ifdef WIN32 -
Portfile
24 24 port:libpng \ 25 25 port:libxml2 26 26 27 patchfiles patch-rrd_graph.c.diff 28 27 29 configure.args --enable-perl-site-install \ 28 30 --with-tcllib=${prefix}/lib \ 29 31 --disable-python \