diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-26 11:12:48 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-26 11:12:48 +0800 |
commit | 8e8a59d26237f6feb2739d967d6a7c4e52ae7cf4 (patch) | |
tree | dbda9ef478c860bbe4142a80c0d4e47d9d97667a /multimedia | |
parent | 53477ff2738a227f9f42486796c2bed6e0b30fdd (diff) | |
download | freebsd-ports-gnome-8e8a59d26237f6feb2739d967d6a7c4e52ae7cf4.tar.gz freebsd-ports-gnome-8e8a59d26237f6feb2739d967d6a7c4e52ae7cf4.tar.zst freebsd-ports-gnome-8e8a59d26237f6feb2739d967d6a7c4e52ae7cf4.zip |
Mark MAKE_JOBS_UNSAFE for SMP compilation
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/okle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile index 77f13fc7b263..9848cdaff389 100644 --- a/multimedia/okle/Makefile +++ b/multimedia/okle/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --with-ogle-dir=${LOCALBASE}/bin \ --with-ogle-includes=${LOCALBASE}/include \ --program-transform-name="s|,|,|" \ --with-ogle-libs=${LOCALBASE}/lib/ogle +MAKE_JOBS_UNSAFE= yes # location of okle ogle_gui DVDP_UI=${PREFIX}/lib/okle/ogle_gui |