diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-11 20:57:56 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-11 20:57:56 +0000 |
commit | 0bfc0ed369ad426a06ef565709aab06b62ac5547 (patch) | |
tree | b4d68376d53533483d90b1a32935612524fffe51 /databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in | |
parent | - Allow staging as a regular user (diff) |
- Remove USE_AUTOTOOLS=libtool
- Add USE_AUTOTOOLS=libtoolize (and others) because the configure script
hasn't been generated with the same version of libtool as the bundled
ltmain.sh script
- Remove -fPIC and --with-pic
Diffstat (limited to 'databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in')
-rw-r--r-- | databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in b/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in deleted file mode 100644 index 8436cf0346fb..000000000000 --- a/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |