On 2012-05-14 22:03, Outback Dingo wrote:> build on CURRENT Not sure if its appropriate here, but when trying to > get through a new glusterfs FYI clang fails to build ports > argp-standalone on CURRENT
This is easy to fix, patch attached.
Index: devel/argp-standalone/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/argp-standalone/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- devel/argp-standalone/Makefile 4 Dec 2010 07:31:00 -0000 1.12 +++ devel/argp-standalone/Makefile 15 May 2012 12:20:47 -0000 @@ -21,6 +21,7 @@ AUTOMAKE_ARGS= -c -a ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal USE_LDCONFIG= yes +USE_CSTD= c89 PLIST_FILES= lib/libargp.la lib/libargp.a \ lib/libargp.so lib/libargp.so.0 \
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"