diff options
Diffstat (limited to 'devel/mingw-gcc/Makefile')
-rw-r--r-- | devel/mingw-gcc/Makefile | 3 |
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++ |