diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-01 18:38:01 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-01 18:38:01 +0800 |
commit | 5c24cc759b615d013665145b252852541c044d67 (patch) | |
tree | dc83318607e904a272c3952d31f30af4879391f0 /lang | |
parent | c37e20af06dcdc5461046d17a57bcfb2e8a5dca3 (diff) | |
download | freebsd-ports-gnome-5c24cc759b615d013665145b252852541c044d67.tar.gz freebsd-ports-gnome-5c24cc759b615d013665145b252852541c044d67.tar.zst freebsd-ports-gnome-5c24cc759b615d013665145b252852541c044d67.zip |
Disable use of -fms-extensions to fix build with Clang 3.4.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sdcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index 0d71792ca730..47d356af8f34 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -32,7 +32,7 @@ Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000/3000A CPPFLAGS+= -idirafter ${LOCALBASE}/include CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ - --enable-new-pics docdir=${DOCSDIR} + --enable-new-pics docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no CONFIGURE_ENV= ARCH="" PORTDATA= * PORTDOCS= * |