Fix build with clang compiler Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool)
Author: acm Date: Sun Sep 2 06:47:45 2012 New Revision: 303535 URL: http://svn.freebsd.org/changeset/ports/303535 Log: - Fix build with CLANG PR: 169619 Submitted by: pawel Modified: head/audio/hawkvoice/Makefile Modified: head/audio/hawkvoice/Makefile ============================================================================== --- head/audio/hawkvoice/Makefile Sun Sep 2 06:36:03 2012 (r303534) +++ head/audio/hawkvoice/Makefile Sun Sep 2 06:47:45 2012 (r303535) @@ -18,6 +18,7 @@ USE_ZIP= yes USE_DOS2UNIX= yes USE_GMAKE= yes MAKEFILE= makefile.linux +USE_CSTD= gnu89 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} _______________________________________________ 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 - Committed thanks!