summaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-28 23:22:16 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-28 23:22:16 +0000
commit93d5d50b4c438f7af2712f9359c11b2e8d45b4a3 (patch)
tree492f0ef3d84eb48e616352a3240bffbba364a119 /x11/kdebase4-runtime
parentFix KDE2 PLISTs and build for kdelibs. (diff)
Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1. Submitted by: PW (thanks)
Notes
Notes: svn path=/head/; revision=34376
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index 6b1682cb669f..bb4257fcab89 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -32,8 +32,8 @@ CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
--with-extra-libs=${LOCALBASE}/lib \
--disable-closure
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
- CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
USE_GMAKE= yes
pre-configure: