aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-22 06:47:46 +0800
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-22 06:47:46 +0800
commit53dc87bb8941c28def4701658a993206466143ac (patch)
tree565ff21e9c619279968f10e18acab3ed909ce05c /Mk
parent696016ba733f664b1528b4d48331d4f2fbc1b8ef (diff)
downloadfreebsd-ports-gnome-53dc87bb8941c28def4701658a993206466143ac.tar.gz
freebsd-ports-gnome-53dc87bb8941c28def4701658a993206466143ac.tar.zst
freebsd-ports-gnome-53dc87bb8941c28def4701658a993206466143ac.zip
Move a CONFIGURE_ENV tweak from Makefile.kde to bsd.kde.mk so all ports
which have the working configure bits have a chance to figure out the correct threads libs by themselves.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.kde.mk1
-rw-r--r--Mk/bsd.kde4.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk
index 67e0f3d2e3bf..488ca76d257b 100644
--- a/Mk/bsd.kde.mk
+++ b/Mk/bsd.kde.mk
@@ -60,6 +60,7 @@ USE_KDELIBS_VER=2
# USE_KDELIBS_VER section
.if defined(USE_KDELIBS_VER)
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
.if ${USE_KDELIBS_VER} == CVS
LIB_DEPENDS+= kwalletbackend:${PORTSDIR}/x11/kdelibs
USE_QT_VER= CVS
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk
index 67e0f3d2e3bf..488ca76d257b 100644
--- a/Mk/bsd.kde4.mk
+++ b/Mk/bsd.kde4.mk
@@ -60,6 +60,7 @@ USE_KDELIBS_VER=2
# USE_KDELIBS_VER section
.if defined(USE_KDELIBS_VER)
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
.if ${USE_KDELIBS_VER} == CVS
LIB_DEPENDS+= kwalletbackend:${PORTSDIR}/x11/kdelibs
USE_QT_VER= CVS