svn commit: r303535 - head/audio/hawkvoice
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Sun Sep 2 06:47:45 UTC 2012
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}
More information about the svn-ports-head
mailing list