summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2010-07-08 18:48:47 +0000
committerjdolecek <jdolecek@pkgsrc.org>2010-07-08 18:48:47 +0000
commit8d088fe897ba5c67363b860e438ca215052dc3d8 (patch)
tree950139158346f411fe1272a27f0e4cf3c9ad8c89
parent3f964964b840c9bbfdd1c4e5a1bbfca9df116900 (diff)
downloadpkgsrc-8d088fe897ba5c67363b860e438ca215052dc3d8.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
-rw-r--r--fonts/t1lib/Makefile4
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