diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-01-03 01:00:05 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-01-03 01:00:05 +0000 |
commit | e919812c718479257cd4be5c78fe8b66d4706a52 (patch) | |
tree | 3a5e164988293df6a07b024dc0dde773ce229a51 /mail/bmf/files/patch-configure | |
parent | Part 1 at removing now useless FETCH_ARGS redifition (diff) |
- Attempt to fix build on systems without gcc (error was:
- Stageify.
- No longer silence post-* targets.
Notes
Notes:
svn path=/head/; revision=338512
Diffstat (limited to 'mail/bmf/files/patch-configure')
-rw-r--r-- | mail/bmf/files/patch-configure | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/mail/bmf/files/patch-configure b/mail/bmf/files/patch-configure index fcc2f62d900a..8cef82f1c790 100644 --- a/mail/bmf/files/patch-configure +++ b/mail/bmf/files/patch-configure @@ -1,10 +1,20 @@ ---- configure.orig Fri Apr 4 14:07:12 2003 -+++ configure Fri Apr 4 14:08:48 2003 -@@ -134,9 +134,9 @@ +--- ./configure.orig 2002-10-19 11:44:49.000000000 +0200 ++++ ./configure 2014-01-03 01:50:13.000000000 +0100 +@@ -127,16 +127,16 @@ + CCDBG="-DNDEBUG" + LDDBG="" + fi +- CC=gcc ++ CC=@@CC + CFLAGS="$CCDBG -D_UNIX -D_BSD=$OSVER -Wall" +- CXX=g++ ++ CXX=@@CXX + CXXFLAGS=${CFLAGS} AR=ar ARFLAGS="-rc" - LD=gcc +- LD=gcc - LDFLAGS="$LDDBG" ++ LD=@@CC + LDFLAGS="${LDFLAGS}" SYSLIBS="" - LIBDB_LIB="" |