aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mingw-gcc
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-07-01 14:49:16 +0800
committerflz <flz@FreeBSD.org>2005-07-01 14:49:16 +0800
commitbcc130f92a21544fa77a22fcc6cf88665dd7808a (patch)
treea5546ceb79adb8a62e2da52118bf404ddf20f0aa /devel/mingw-gcc
parentb3d312ec98c8a36cd7b5c37f6047c228c6acda9a (diff)
downloadfreebsd-ports-gnome-bcc130f92a21544fa77a22fcc6cf88665dd7808a.tar.gz
freebsd-ports-gnome-bcc130f92a21544fa77a22fcc6cf88665dd7808a.tar.zst
freebsd-ports-gnome-bcc130f92a21544fa77a22fcc6cf88665dd7808a.zip
- Sanitize CFLAGS using WITHOUT_CPU_CFLAGS.
Reported by: Martin Cracauer <cracauer@cons.org> Fix by: kris
Diffstat (limited to 'devel/mingw-gcc')
-rw-r--r--devel/mingw-gcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile
index e59c5b771e06..e0e34fe104d0 100644
--- a/devel/mingw-gcc/Makefile
+++ b/devel/mingw-gcc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gcc
PORTVERSION= 2.95.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mingw
@@ -28,6 +28,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}-20010828
WANT_AUTOCONF_VER=253
USE_GMAKE= yes
USE_REINPLACE= yes
+WITHOUT_CPU_CFLAGS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=i386-mingw32msvc \
--with-gxx-include-dir=${PREFIX}/lib/gcc-lib/i386-mingw32msvc/${PORTVERSION}/include/g++