diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-29 06:41:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-29 06:41:11 +0000 |
commit | 1c2696228910ed7f0c9b90fd6ec578b3e430be1a (patch) | |
tree | 27bd755e6e3d500fb317b9397d0c7daf95a6f4f8 /audio/ocp | |
parent | bf6d30647a5013086b02ab294beaeb591eda56c2 (diff) | |
download | ports-1c2696228910ed7f0c9b90fd6ec578b3e430be1a.tar.gz ports-1c2696228910ed7f0c9b90fd6ec578b3e430be1a.zip |
Fix build on HEAD by adding USE_GCC=any (uses nested functions).
Notes
Notes:
svn path=/head/; revision=319352
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 143531e27e24..f1100bfd6d60 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -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 |