summaryrefslogtreecommitdiff
path: root/devel/libthrift
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-10-14 03:25:33 +0000
committerdholland <dholland@pkgsrc.org>2011-10-14 03:25:33 +0000
commitcea6a0c8f15d18533f8d70d604c7787557b59ce3 (patch)
tree4dbb756f417decd43b42b2ad212af790c9ebd98c /devel/libthrift
parent9252c5d59f6b4fe086864fee1c56eb487c3465f6 (diff)
downloadpkgsrc-cea6a0c8f15d18533f8d70d604c7787557b59ce3.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'devel/libthrift')
-rw-r--r--devel/libthrift/Makefile4
-rw-r--r--devel/libthrift/options.mk6
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile
index 1e577ac3033..f96e1323cca 100644
--- a/devel/libthrift/Makefile
+++ b/devel/libthrift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/09/12 15:51:02 taca Exp $
+# $NetBSD: Makefile,v 1.10 2011/10/14 03:25:33 dholland Exp $
DISTNAME= thrift-${THRIFT_VERSION}
PKGNAME= libthrift-${THRIFT_VERSION}
@@ -13,6 +13,8 @@ LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/devel/libthrift/options.mk b/devel/libthrift/options.mk
index 67d46cf26f4..4459eaf4e28 100644
--- a/devel/libthrift/options.mk
+++ b/devel/libthrift/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2011/06/03 13:39:44 fhajny Exp $
+# $NetBSD: options.mk,v 1.5 2011/10/14 03:25:33 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libthrift
PKG_SUPPORTED_OPTIONS= csharp java erlang python perl php ruby
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --without-erlang
.endif
.if !empty(PKG_OPTIONS:Mpython)
-CONFIGURE_ARGS+= --with-py
+CONFIGURE_ARGS+= --with-python
CONFIGURE_ARGS+= --enable-gen-py
PLIST.python= yes
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
@@ -53,7 +53,7 @@ PLIST_SUBST+= PYSITELIB=${PYSITELIB}
.include "../../lang/python/extension.mk"
CONFIGURE_ENV+= PY_PREFIX=${BUILDLINK_PREFIX.${PYPACKAGE}}
.else
-CONFIGURE_ARGS+= --without-py
+CONFIGURE_ARGS+= --without-python
.endif
.if !empty(PKG_OPTIONS:Mperl)