aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-03-27 12:10:03 +0800
committerwill <will@FreeBSD.org>2001-03-27 12:10:03 +0800
commit81ffb191196315d112710461e68027b7c26a521a (patch)
tree47350f06a7422737e651d26bdd36cf9309c02c69 /x11/kdebase3
parentddaab1714b600a1c81a3194734a62d0c27eb84de (diff)
downloadfreebsd-ports-gnome-81ffb191196315d112710461e68027b7c26a521a.tar.gz
freebsd-ports-gnome-81ffb191196315d112710461e68027b7c26a521a.tar.zst
freebsd-ports-gnome-81ffb191196315d112710461e68027b7c26a521a.zip
Thought I removed these PTHREAD_* things from the Makefile. FWIW, the
reason it worked for me is because PTHREAD_* weren't in bsd.port.mk at the time testing was done.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index c6cff7b719dc..7c8cd7cade08 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -34,8 +34,8 @@ CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
--without-ldap \
--disable-closure
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" \
- CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include -D_GETOPT_H ${PTHREAD_CFLAGS}" \
- LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc ${PTHREAD_LIBS}"
+ CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include -D_GETOPT_H" \
+ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc"
USE_GMAKE= yes
pre-configure: