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-examples__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-examples__Makefile.in')
-rw-r--r-- | databases/rrdtool10/files/patch-examples__Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/rrdtool10/files/patch-examples__Makefile.in b/databases/rrdtool10/files/patch-examples__Makefile.in deleted file mode 100644 index 6fe55fd6132f..000000000000 --- a/databases/rrdtool10/files/patch-examples__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Sat Jul 23 13:27:58 2005 -+++ examples/Makefile.in Sat Jul 23 13:29:30 2005 -@@ -188,7 +188,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in --examplesdir = $(prefix)/examples -+examplesdir = $(prefix)/share/examples/rrdtool - examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl - all: all-am - |