diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-04 18:54:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-04 18:54:18 +0000 |
commit | 5fa6a26e277087b563e10683de95cdc62223f6e3 (patch) | |
tree | c74035c1acd31c23a07b0258c2fc2a15d5d3d76a | |
parent | This is a TEST version - if it works I'll force a Makefile commit (diff) |
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
-rw-r--r-- | devel/pkg-config/Makefile | 1 | ||||
-rw-r--r-- | devel/pkgconfig/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
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} |