svn commit: r310287 - head/multimedia/lives
Pawel Pekala
pawel at FreeBSD.org
Sat Jan 12 17:49:17 UTC 2013
Author: pawel
Date: Sat Jan 12 17:49:16 2013
New Revision: 310287
URL: http://svnweb.freebsd.org/changeset/ports/310287
Log:
Fix build with clang
Modified:
head/multimedia/lives/Makefile
Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile Sat Jan 12 17:08:03 2013 (r310286)
+++ head/multimedia/lives/Makefile Sat Jan 12 17:49:16 2013 (r310287)
@@ -66,6 +66,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:L}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_PKGCONFIG= build
+USE_CSTD= gnu89
USE_ICONV= yes
USE_NCURSES= yes
USE_PYTHON= yes
More information about the svn-ports-all
mailing list