svn commit: r319352 - head/audio/ocp

Emanuel Haupt ehaupt at FreeBSD.org
Wed May 29 06:41:12 UTC 2013


Author: ehaupt
Date: Wed May 29 06:41:11 2013
New Revision: 319352
URL: http://svnweb.freebsd.org/changeset/ports/319352

Log:
  Fix build on HEAD by adding USE_GCC=any (uses nested functions).

Modified:
  head/audio/ocp/Makefile

Modified: head/audio/ocp/Makefile
==============================================================================
--- head/audio/ocp/Makefile	Wed May 29 06:24:41 2013	(r319351)
+++ head/audio/ocp/Makefile	Wed May 29 06:41:11 2013	(r319352)
@@ -28,6 +28,7 @@ USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 MAKE_JOBS_UNSAFE=	yes
 WANT_GNOME=	desktopfileutils
+USE_GCC=	any
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list