diff options
Diffstat (limited to 'textproc/bibutils/files/patch-configure')
-rw-r--r-- | textproc/bibutils/files/patch-configure | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/textproc/bibutils/files/patch-configure b/textproc/bibutils/files/patch-configure index 8de3874cff3d..c0b5f708301b 100644 --- a/textproc/bibutils/files/patch-configure +++ b/textproc/bibutils/files/patch-configure @@ -1,13 +1,11 @@ ---- ./configure.orig 2010-10-10 19:38:32.000000000 +0200 -+++ ./configure 2011-07-31 01:05:18.000000000 +0200 -@@ -153,8 +153,8 @@ - endif - - cat $INPUT_FILE | \ --sed "s/REPLACE_CC/CC=${CC}/" | \ --sed "s/REPLACE_RANLIB/RANLIB=${RANLIB}/" | \ -+sed "s/%%SET_CC%%/CC?=${CC}/" | \ -+sed "s/%%SET_RANLIB%%/RANLIB?=${RANLIB}/" | \ - sed "s|REPLACE_INSTALLDIR|${INSTALLDIR}|" | \ - sed "s|REPLACE_LIBINSTALLDIR|${LIBINSTALLDIR}|" | \ - sed "s/REPLACE_POSTFIX/${POSTFIX}/" > $OUTPUT_FILE +--- ./configure.orig 2013-05-28 07:21:47.000000000 +0200 ++++ ./configure 2013-06-03 01:00:10.000000000 +0200 +@@ -247,7 +247,7 @@ + RANLIB='ranlib' + POSTFIX='_netbsd' + elif [ "$type" = "FreeBSD" ] ; then +- CC='gcc' ++ CC='cc' + CFLAGS='-Wall' + if [ "$LIBTYPE" = "dynamic" ] ; then + CLIBFLAGS='-Wall -fPIC' |