diff options
author | krion <krion@FreeBSD.org> | 2004-08-13 15:24:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-13 15:24:55 +0800 |
commit | 593f1aaa5588201013e24137751acff405fc9c97 (patch) | |
tree | 53b18255d6d6de8d12b72eea3035268498f348c3 /comms/bforce/Makefile | |
parent | 13d8572591ce3f6989705ea3f8423b302bab1d4b (diff) | |
download | freebsd-ports-gnome-593f1aaa5588201013e24137751acff405fc9c97.tar.gz freebsd-ports-gnome-593f1aaa5588201013e24137751acff405fc9c97.tar.zst freebsd-ports-gnome-593f1aaa5588201013e24137751acff405fc9c97.zip |
Fix build with gcc-3.4
PR: ports/70394
Submitted by: maintainer
Diffstat (limited to 'comms/bforce/Makefile')
-rw-r--r-- | comms/bforce/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/bforce/Makefile b/comms/bforce/Makefile index b8ce40f1db4c..4b95e2105826 100644 --- a/comms/bforce/Makefile +++ b/comms/bforce/Makefile @@ -7,7 +7,7 @@ PORTNAME= bforce PORTVERSION= 0.22.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://bforce.chbs.ru/ @@ -17,6 +17,7 @@ COMMENT= Simple ifcico like Fidonet technology mailer USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -fno-builtin" WRKSRC= ${WRKDIR}/${DISTNAME}/source |