Linker flag for clang build - seems like INLINE doesn't work, ignoring multiple defs should be safe, here Fix: Apply following patch to devel/psptoolchain-gdb/Makefile: How-To-Repeat: Build port with following in /etc/make.conf: CC=clang CXX=clang++ CPP=clang-cpp
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Author: tijl Date: Sat Oct 19 20:14:14 2013 New Revision: 330932 URL: http://svnweb.freebsd.org/changeset/ports/330932 Log: Fix build with clang (USE_CSTD=gnu89). PR: ports/182939 Modified: head/devel/psptoolchain-gdb/Makefile (contents, props changed) Modified: head/devel/psptoolchain-gdb/Makefile ============================================================================== --- head/devel/psptoolchain-gdb/Makefile Sat Oct 19 20:03:52 2013 (r330931) +++ head/devel/psptoolchain-gdb/Makefile Sat Oct 19 20:14:14 2013 (r330932) @@ -13,8 +13,9 @@ COMMENT= PlayStation Portable developme BUILD_DEPENDS= ${LOCALBASE}/psp/sdk/lib/libpspsdk.a:${PORTSDIR}/devel/psptoolchain-pspsdk-stage2 +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes +USE_CSTD= gnu89 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed in r330932 by adding USE_CSTD=gnu89.
Responsible Changed From-To: freebsd-ports-bugs->tijl Fixed in r330932 by adding USE_CSTD=gnu89.