diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-21 22:47:46 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-21 22:47:46 +0000 |
commit | 53dc87bb8941c28def4701658a993206466143ac (patch) | |
tree | 565ff21e9c619279968f10e18acab3ed909ce05c /x11/kde3 | |
parent | 696016ba733f664b1528b4d48331d4f2fbc1b8ef (diff) |
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.
Notes
Notes:
svn path=/head/; revision=109669
Diffstat (limited to 'x11/kde3')
-rw-r--r-- | x11/kde3/Makefile.kde | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde index 8d73f78ec996..1762d242a96a 100644 --- a/x11/kde3/Makefile.kde +++ b/x11/kde3/Makefile.kde @@ -37,8 +37,6 @@ post-extract: # Unfortunately, this feature doesn't work right now due to binary files. _NO_KDE_PATCHUP=yes -CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" - # Start options here. .if !defined(_NO_KDE_PATCHUP) .if !defined(KDE_PATCHFROM_VER) |