diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-05-23 19:48:26 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-05-23 19:48:26 +0000 |
commit | 2c654826f43ac43b5dba4e1cf3f8d66fbaa9643e (patch) | |
tree | 99a1bc3089b6b37885f5fcd9dc7bc6f99f070f4b /databases/rrdtool10/files/patch-aa | |
parent | Stop depending on makedepend. Though configure checks existence (diff) |
Added net/rrdtool10, a resurrection of rrdtool 1.0.x
Notes
Notes:
svn path=/head/; revision=135987
Diffstat (limited to 'databases/rrdtool10/files/patch-aa')
-rw-r--r-- | databases/rrdtool10/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/rrdtool10/files/patch-aa b/databases/rrdtool10/files/patch-aa new file mode 100644 index 000000000000..8436cf0346fb --- /dev/null +++ b/databases/rrdtool10/files/patch-aa @@ -0,0 +1,11 @@ +--- perl-shared/Makefile.PL.in.orig Thu Apr 8 01:04:53 2004 ++++ perl-shared/Makefile.PL.in Sun Aug 8 18:11:16 2004 +@@ -10,7 +10,7 @@ + 'NAME' => 'RRDs', + 'VERSION_FROM' => '@top_srcdir@/perl-shared/RRDs.pm', # finds $VERSION + 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}", +- 'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', ++ 'INC' => '-I../ -I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', + 'CCFLAGS' => "$Config{ccflags} -DHAVE_CONFIG_H", + # where to look for the necessary libraries + # Perl will figure out which one is valid |