summaryrefslogtreecommitdiffstats
path: root/x11/kdebase3/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-28 23:22:16 +0000
committerwill <will@FreeBSD.org>2000-10-28 23:22:16 +0000
commitb644b097737cea11dc72ddbe882d198d29d8cc6d (patch)
tree4b57b5b6ccaf02ebecc714733b8f7ed7ba0543b6 /x11/kdebase3/Makefile
parentf0dba4368e7e5aca622482ec55fcdb9eb575f85e (diff)
downloadFreeBSD-ports-b644b097737cea11dc72ddbe882d198d29d8cc6d.zip
FreeBSD-ports-b644b097737cea11dc72ddbe882d198d29d8cc6d.tar.gz
Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1. Submitted by: PW (thanks)
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r--x11/kdebase3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 6b1682c..bb4257f 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/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:
OpenPOWER on IntegriCloud