diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-21 22:47:46 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-21 22:47:46 +0000 |
commit | 4dd6d619da61a73cfc5262eee89356afb7516635 (patch) | |
tree | e014af45f573ccb391e3382fe17999c31781f5b4 /Mk/bsd.kde.mk | |
parent | f610dd0dc84c1f98fa844453b8807fb957145a53 (diff) | |
download | FreeBSD-ports-4dd6d619da61a73cfc5262eee89356afb7516635.zip FreeBSD-ports-4dd6d619da61a73cfc5262eee89356afb7516635.tar.gz |
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/bsd.kde.mk')
-rw-r--r-- | Mk/bsd.kde.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk index 67e0f3d..488ca76 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 |