diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-22 06:47:46 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-22 06:47:46 +0800 |
commit | 4dd6d619da61a73cfc5262eee89356afb7516635 (patch) | |
tree | e014af45f573ccb391e3382fe17999c31781f5b4 /x11 | |
parent | f610dd0dc84c1f98fa844453b8807fb957145a53 (diff) | |
download | freebsd-ports-gnome-4dd6d619da61a73cfc5262eee89356afb7516635.tar.gz freebsd-ports-gnome-4dd6d619da61a73cfc5262eee89356afb7516635.tar.zst freebsd-ports-gnome-4dd6d619da61a73cfc5262eee89356afb7516635.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 'x11')
-rw-r--r-- | x11/kde3/Makefile.kde | 2 | ||||
-rw-r--r-- | x11/kde4/Makefile.kde | 2 |
2 files changed, 0 insertions, 4 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) diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde index 8d73f78ec996..1762d242a96a 100644 --- a/x11/kde4/Makefile.kde +++ b/x11/kde4/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) |