From 5fa6a26e277087b563e10683de95cdc62223f6e3 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 4 Nov 2002 18:54:18 +0000 Subject: 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 --- devel/pkg-config/Makefile | 1 + devel/pkgconfig/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'devel') diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 5e7aa5bd9b1f..9bfc5728f04d 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/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} 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} -- cgit v1.2.3