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-configure.ac | |
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-configure.ac')
-rw-r--r-- | databases/rrdtool10/files/patch-configure.ac | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/rrdtool10/files/patch-configure.ac b/databases/rrdtool10/files/patch-configure.ac new file mode 100644 index 000000000000..07ff41bddea3 --- /dev/null +++ b/databases/rrdtool10/files/patch-configure.ac @@ -0,0 +1,25 @@ +--- configure.ac.orig 2005-04-25 20:46:33 UTC ++++ configure.ac +@@ -393,22 +393,6 @@ + chmod +x examples/*.cgi examples/*.pl contrib/*/*.pl]],[[]]) + AC_OUTPUT + +-AC_MSG_CHECKING(in) +-AC_MSG_RESULT(and out again) +- +-echo $ECHO_N "ordering CD from http://people.ee.ethz.ch/~oetiker/wish $ac_c" 1>&6 +-sleep 1 +-echo $ECHO_N ".$ac_c" 1>&6 +-sleep 2 +-echo $ECHO_N ".$ac_c" 1>&6 +-sleep 1 +-echo $ECHO_N ".$ac_c" 1>&6 +-sleep 3 +-echo $ECHO_N ".$ac_c" 1>&6 +-echo $ECHO_N ".$ac_c" 1>&6 +-echo $ECHO_N ".$ac_c" 1>&6 +-sleep 2 +-AC_MSG_RESULT([ just kidding ;-)]) + echo + echo "----------------------------------------------------------------" + echo "Config is DONE!" |