aboutsummaryrefslogtreecommitdiff
path: root/devel/pkgconfig
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-04 18:54:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-04 18:54:18 +0000
commit5fa6a26e277087b563e10683de95cdc62223f6e3 (patch)
treec74035c1acd31c23a07b0258c2fc2a15d5d3d76a /devel/pkgconfig
parent628ac689a5464edcff734d1111ffb8db8bb2f45f (diff)
downloadports-5fa6a26e277087b563e10683de95cdc62223f6e3.tar.gz
ports-5fa6a26e277087b563e10683de95cdc62223f6e3.zip
Disable pthread support in pkgconfig. pkgconfig doesn't use any
threading anyway, so this does not add or remove functionality. However, this does allow pkgconfig to build on Sparc64 which is a pre-req for making the release documentation. Submitted by: tmm
Notes
Notes: svn path=/head/; revision=69457
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r--devel/pkgconfig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
index 5e7aa5bd9b1f..9bfc5728f04d 100644
--- a/devel/pkgconfig/Makefile
+++ b/devel/pkgconfig/Makefile
@@ -20,6 +20,7 @@ USE_LIBTOOL= yes
LIBTOOLFILES= glib-1.2.8/configure
LIBTOOLFLAGS= --disable-ltlibs \
--disable-shared
+CONFIGURE_ARGS= --disable-threads
MAKE_ENV= PKGCONF_BUILD=yes
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}