diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-28 18:58:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-28 18:58:39 +0000 |
commit | 81b05701a73f89b939920758c6874a68408684b7 (patch) | |
tree | 7d892dcb012571f1413d6a209abfc9911351b714 /audio | |
parent | ed234e984143410514c83fb87026f7948f76ebf8 (diff) | |
download | pkgsrc-81b05701a73f89b939920758c6874a68408684b7.tar.gz |
+# ymtype.so wants to link -llzh before it's finished building
+MAKE_JOBS_SAFE= no
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index f083d90ce66..52ef55e36da 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/06/05 14:45:01 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/28 18:58:39 wiz Exp $ DISTNAME= ocp-0.1.20 CATEGORIES= audio @@ -19,6 +19,9 @@ USE_LANGUAGES= c c++ USE_NCURSES= yes # resize_term INFO_FILES= yes +# ymtype.so wants to link -llzh before it's finished building +MAKE_JOBS_SAFE= no + CONFIGURE_ARGS+= --exec-prefix=${PREFIX} CONFIGURE_ARGS+= --infodir=${PREFIX}/info |