diff options
author | will <will@FreeBSD.org> | 2001-03-27 04:10:03 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-27 04:10:03 +0000 |
commit | 81ffb191196315d112710461e68027b7c26a521a (patch) | |
tree | 47350f06a7422737e651d26bdd36cf9309c02c69 /x11/kde4-workspace | |
parent | ddaab1714b600a1c81a3194734a62d0c27eb84de (diff) | |
download | FreeBSD-ports-81ffb191196315d112710461e68027b7c26a521a.zip FreeBSD-ports-81ffb191196315d112710461e68027b7c26a521a.tar.gz |
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/kde4-workspace')
-rw-r--r-- | x11/kde4-workspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index c6cff7b..7c8cd7c 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/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: |