diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-09-18 20:09:45 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-09-18 20:09:45 +0000 |
commit | 4ae03e737414a46f4acf3c9fd279d05d06af8c2b (patch) | |
tree | 226d530f833792a63ad6bee716df583415c3530d /audio/ocp | |
parent | 56187d5ba0522b313aeca4065e593e71cb250e5a (diff) | |
download | ports-4ae03e737414a46f4acf3c9fd279d05d06af8c2b.tar.gz ports-4ae03e737414a46f4acf3c9fd279d05d06af8c2b.zip |
Notes
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 6734b6aa46a6..4cffe763e7a2 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -27,6 +27,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -L${LOCALBASE}/lib |