svn commit: r304086 - head/audio/gnaural
Ganael LAPLANCHE
martymac at FreeBSD.org
Tue Sep 11 09:04:28 UTC 2012
Author: martymac
Date: Tue Sep 11 09:04:27 2012
New Revision: 304086
URL: http://svn.freebsd.org/changeset/ports/304086
Log:
Fix build with clang
Modified:
head/audio/gnaural/Makefile
Modified: head/audio/gnaural/Makefile
==============================================================================
--- head/audio/gnaural/Makefile Tue Sep 11 08:46:31 2012 (r304085)
+++ head/audio/gnaural/Makefile Tue Sep 11 09:04:27 2012 (r304086)
@@ -20,6 +20,7 @@ LIB_DEPENDS= portaudio:${PORTSDIR}/audio
sndfile:${PORTSDIR}/audio/libsndfile
GNU_CONFIGURE= yes
+USE_CSTD= gnu89
USE_GNOME= libglade2 desktopfileutils
post-install:
More information about the svn-ports-head
mailing list