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 | |
parent | 817d8f314536928ec4109a21b5474eb1f51458c5 (diff) | |
download | ports-d8d5dfdd5308affa6980e626fa7b37dbc282e601.tar.gz ports-d8d5dfdd5308affa6980e626fa7b37dbc282e601.zip |
Notes
Diffstat (limited to 'mail/bmf/files')
-rw-r--r-- | mail/bmf/files/patch-Makefile.in | 17 | ||||
-rw-r--r-- | mail/bmf/files/patch-configure | 12 |
2 files changed, 6 insertions, 23 deletions
diff --git a/mail/bmf/files/patch-Makefile.in b/mail/bmf/files/patch-Makefile.in deleted file mode 100644 index cbc40b2466f2..000000000000 --- a/mail/bmf/files/patch-Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- ./Makefile.in.orig 2002-10-20 22:27:56.000000000 +0200 -+++ ./Makefile.in 2014-01-03 01:50:13.000000000 +0100 -@@ -1,11 +1,11 @@ - # Makefile for bmf - --BINDIR=/usr/bin --MANDIR=/usr/share/man -+BINDIR=${PREFIX}/bin -+MANDIR=${PREFIX}/man - - VERSION=0.9.4 - --CC=@CC@ -+CC?=@CC@ - CFLAGS=@CFLAGS@ - LDFLAGS=@LDFLAGS@ - SYSLIBS=@SYSLIBS@ 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="" |