svn commit: r349835 - head/lang/sdcc

Tijl Coosemans tijl at FreeBSD.org
Tue Apr 1 10:38:02 UTC 2014


Author: tijl
Date: Tue Apr  1 10:38:01 2014
New Revision: 349835
URL: http://svnweb.freebsd.org/changeset/ports/349835
QAT: https://qat.redports.org/buildarchive/r349835/

Log:
  Disable use of -fms-extensions to fix build with Clang 3.4.

Modified:
  head/lang/sdcc/Makefile

Modified: head/lang/sdcc/Makefile
==============================================================================
--- head/lang/sdcc/Makefile	Tue Apr  1 10:29:43 2014	(r349834)
+++ head/lang/sdcc/Makefile	Tue Apr  1 10:38:01 2014	(r349835)
@@ -32,7 +32,7 @@ Z80_DESC=	Zilog Z80/Z180/GBZ80, Rabbit 2
 
 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=	*


More information about the svn-ports-all mailing list