summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-09-30 00:52:17 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-09-30 00:52:17 +0000
commita3ac4234d4cd5ba2f7eb2e36a205d57fa4cd1526 (patch)
tree26924ee28d5ddd43114159a108c2a5b2b9452311 /databases
parentUpdate to 19990929 (diff)
Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can import
MUST_DISABLE_FPMASK.
Notes
Notes: svn path=/head/; revision=22078
Diffstat (limited to 'databases')
-rw-r--r--databases/rrdtool/files/patch-aa12
-rw-r--r--databases/rrdtool10/files/patch-aa12
2 files changed, 24 insertions, 0 deletions
diff --git a/databases/rrdtool/files/patch-aa b/databases/rrdtool/files/patch-aa
new file mode 100644
index 000000000000..5e948c99bca4
--- /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},
diff --git a/databases/rrdtool10/files/patch-aa b/databases/rrdtool10/files/patch-aa
new file mode 100644
index 000000000000..5e948c99bca4
--- /dev/null
+++ b/databases/rrdtool10/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},