diff options
author | jdolecek <jdolecek> | 2010-07-08 18:48:47 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2010-07-08 18:48:47 +0000 |
commit | a9b7ef73eaed31e562589d2332d12856034d78f4 (patch) | |
tree | 950139158346f411fe1272a27f0e4cf3c9ad8c89 /fonts | |
parent | 5d86f995aa13fc26ea8a8d2d3dad5401c0da7fa9 (diff) | |
download | pkgsrc-a9b7ef73eaed31e562589d2332d12856034d78f4.tar.gz |
mark this package MAKE_JOBS_SAFE=no - the build fails on Mac OS X 10.4
with MAKE_JOBS=2, but builds correctly when marked
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/t1lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 4c7ec5130c9..e0f9ad4abb3 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2009/02/25 07:54:07 sno Exp $ +# $NetBSD: Makefile,v 1.42 2010/07/08 18:48:47 jdolecek Exp $ DISTNAME= t1lib-5.1.2 PKGREVISION= 1 @@ -11,6 +11,8 @@ COMMENT= Library for generating bitmaps from Adobe Type 1 fonts PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_LIBTOOL= yes USE_TOOLS+= gmake pax GNU_CONFIGURE= yes |