summaryrefslogtreecommitdiffstats
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1999-09-30 00:52:17 +0000
committerfenner <fenner@FreeBSD.org>1999-09-30 00:52:17 +0000
commit3f66f21c66782d145a6f202147d7804cbf4e021a (patch)
tree782573e83012687fcb80310292c11406a22cf766 /databases/rrdtool
parent3e00e05bb9ede9e836ed29c8707211e96b158a07 (diff)
downloadFreeBSD-ports-3f66f21c66782d145a6f202147d7804cbf4e021a.zip
FreeBSD-ports-3f66f21c66782d145a6f202147d7804cbf4e021a.tar.gz
Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can import
MUST_DISABLE_FPMASK.
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/rrdtool/files/patch-aa b/databases/rrdtool/files/patch-aa
new file mode 100644
index 0000000..5e948c9
--- /dev/null
+++ b/databases/rrdtool/files/patch-aa
@@ -0,0 +1,12 @@
+--- perl-shared/Makefile.PL.orig Wed Sep 29 17:26:51 1999
++++ perl-shared/Makefile.PL Wed Sep 29 17:42:36 1999
+@@ -9,7 +9,8 @@
+ 'NAME' => 'RRDs',
+ 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION
+ 'OPTIMIZE' => '-g',
+- 'INC' => '-I../src -I../gd1.3',
++ 'CCFLAGS' => '-DHAVE_CONFIG_H',
++ 'INC' => '-I../config -I../src -I../gd1.3',
+ # where to look for the necessary libraries
+ # Perl will figure out which one is valid
+ 'depend' => {'RRDs.c' => $librrd},
OpenPOWER on IntegriCloud