summaryrefslogtreecommitdiffstats
path: root/devel/libbonobo
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-07-04 19:06:39 +0000
committermarcus <marcus@FreeBSD.org>2002-07-04 19:06:39 +0000
commite107ebd4336243947fbf3aec9dd83a075ccecc4a (patch)
treecbc682f56f1edd62b029256b793feb60db50c1dc /devel/libbonobo
parent04b6b8eaba2f7ff7d3e5eda49ff408ac525323ee (diff)
downloadFreeBSD-ports-e107ebd4336243947fbf3aec9dd83a075ccecc4a.zip
FreeBSD-ports-e107ebd4336243947fbf3aec9dd83a075ccecc4a.tar.gz
s/-pthread/${PTHREAD_LIBS}/
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/Makefile2
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
OpenPOWER on IntegriCloud