diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-04 19:06:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-04 19:06:39 +0000 |
commit | e107ebd4336243947fbf3aec9dd83a075ccecc4a (patch) | |
tree | cbc682f56f1edd62b029256b793feb60db50c1dc /devel/libbonobo | |
parent | 04b6b8eaba2f7ff7d3e5eda49ff408ac525323ee (diff) | |
download | FreeBSD-ports-e107ebd4336243947fbf3aec9dd83a075ccecc4a.zip FreeBSD-ports-e107ebd4336243947fbf3aec9dd83a075ccecc4a.tar.gz |
s/-pthread/${PTHREAD_LIBS}/
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 7d9a7cd..e380bf1 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -24,7 +24,7 @@ USE_LIBTOOL= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -pthread" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale |