Date: Wed, 29 May 2013 06:41:11 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319352 - head/audio/ocp Message-ID: <201305290641.r4T6fBhh048762@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305290641.r4T6fBhh048762>