diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-10-27 01:57:25 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-10-27 01:57:25 +0000 |
commit | d8d5dfdd5308affa6980e626fa7b37dbc282e601 (patch) | |
tree | fe686a01309a401794f78b38fb284e0d67c669be /mail/bmf/files/patch-configure | |
parent | devel/ocaml-opam: update to 2.0.1 (diff) |
mail/bmf: Update to 0.84
PR: 232493
Submitted by: Nathan <ndowens@yahoo.com>
Notes
Notes:
svn path=/head/; revision=483094
Diffstat (limited to 'mail/bmf/files/patch-configure')
-rw-r--r-- | mail/bmf/files/patch-configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/bmf/files/patch-configure b/mail/bmf/files/patch-configure index 8cef82f1c790..2c24667c67d7 100644 --- a/mail/bmf/files/patch-configure +++ b/mail/bmf/files/patch-configure @@ -1,20 +1,20 @@ ---- ./configure.orig 2002-10-19 11:44:49.000000000 +0200 -+++ ./configure 2014-01-03 01:50:13.000000000 +0100 -@@ -127,16 +127,16 @@ +--- configure.orig 2002-10-09 16:29:26 UTC ++++ configure +@@ -128,16 +128,16 @@ case "$UNAME_S" in CCDBG="-DNDEBUG" LDDBG="" fi - CC=gcc -+ CC=@@CC ++ CC=cc CFLAGS="$CCDBG -D_UNIX -D_BSD=$OSVER -Wall" - CXX=g++ -+ CXX=@@CXX ++ CXX=c++ CXXFLAGS=${CFLAGS} AR=ar ARFLAGS="-rc" - LD=gcc - LDFLAGS="$LDDBG" -+ LD=@@CC ++ LD=cc + LDFLAGS="${LDFLAGS}" SYSLIBS="" - LIBDB_LIB="" |