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-contrib__Makefile.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-contrib__Makefile.in')
-rw-r--r-- | databases/rrdtool10/files/patch-contrib__Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/rrdtool10/files/patch-contrib__Makefile.in b/databases/rrdtool10/files/patch-contrib__Makefile.in deleted file mode 100644 index d46efd925203..000000000000 --- a/databases/rrdtool10/files/patch-contrib__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./contrib/Makefile.in.orig 2005-04-25 22:47:51.000000000 +0200 -+++ ./contrib/Makefile.in 2014-08-31 16:52:48.000000000 +0200 -@@ -195,7 +195,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - SUBDIRS = trytime --contribdir = $(prefix)/contrib -+contribdir = $(prefix)/share/examples/rrdtool - contrib_DATA = README - EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4 - all: all-recursive |