svn commit: r320638 - head/math/xgobi
Boris Samorodov
bsam at FreeBSD.org
Tue Jun 11 20:44:04 UTC 2013
Author: bsam
Date: Tue Jun 11 20:44:04 2013
New Revision: 320638
URL: http://svnweb.freebsd.org/changeset/ports/320638
Log:
Fix build with clang (CFLAGS+=-Wno-return-type).
Modified:
head/math/xgobi/Makefile
Modified: head/math/xgobi/Makefile
==============================================================================
--- head/math/xgobi/Makefile Tue Jun 11 20:40:14 2013 (r320637)
+++ head/math/xgobi/Makefile Tue Jun 11 20:44:04 2013 (r320638)
@@ -17,6 +17,7 @@ NO_CDROM= Restrictive copyright (do not
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}/src
CONFIGURE_WRKSRC= ${PATCH_WRKSRC}
BUILD_WRKSRC= ${PATCH_WRKSRC}
+CFLAGS+= -Wno-return-type
USE_IMAKE= true
USE_XORG= xbitmaps xaw
More information about the svn-ports-head
mailing list