summaryrefslogtreecommitdiffstats
path: root/devel/dbus
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-20 01:55:29 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-20 01:55:29 +0800
commit075e9bbe9edff43a4e726d6107816ffc07a5e6fb (patch)
tree61c2e00ba662059bbb047e10da3d4ec20e6ba5db /devel/dbus
parent9d31df52efe4afed752fe3ca55ee4d4441b5f15f (diff)
downloadmarcuscom-ports-075e9bbe9edff43a4e726d6107816ffc07a5e6fb.tar
marcuscom-ports-075e9bbe9edff43a4e726d6107816ffc07a5e6fb.tar.gz
marcuscom-ports-075e9bbe9edff43a4e726d6107816ffc07a5e6fb.tar.bz2
marcuscom-ports-075e9bbe9edff43a4e726d6107816ffc07a5e6fb.tar.lz
marcuscom-ports-075e9bbe9edff43a4e726d6107816ffc07a5e6fb.tar.xz
marcuscom-ports-075e9bbe9edff43a4e726d6107816ffc07a5e6fb.tar.zst
marcuscom-ports-075e9bbe9edff43a4e726d6107816ffc07a5e6fb.zip
Add ${PTHREAD_LIBS} in LDFLAGS to fix the build for FreeBSD 6.x and below.
Reported by: GNOME Tinderbox git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10161 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 82e62be67..34c64e41e 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS=--localstatedir=/var \
--disable-doxygen-docs \
--disable-xml-docs
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
.if !defined(DBUS_SLAVE)