diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-27 04:10:03 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-27 04:10:03 +0000 |
commit | a471e363f8eac926eae72e593aa87e87edba7444 (patch) | |
tree | 519d0e9a15f9e03b2c2cb1abc7dbebdeff253341 /x11/kde4-baseapps | |
parent | ee4a242f81ddd721b7dffc2a5a2680096ef3558d (diff) | |
download | ports-a471e363f8eac926eae72e593aa87e87edba7444.tar.gz ports-a471e363f8eac926eae72e593aa87e87edba7444.zip |
Notes
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index c6cff7b719dc..7c8cd7cade08 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/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: |