diff options
author | will <will@FreeBSD.org> | 2000-10-29 07:22:16 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-29 07:22:16 +0800 |
commit | b644b097737cea11dc72ddbe882d198d29d8cc6d (patch) | |
tree | 4b57b5b6ccaf02ebecc714733b8f7ed7ba0543b6 /games/kdegames4 | |
parent | f0dba4368e7e5aca622482ec55fcdb9eb575f85e (diff) | |
download | freebsd-ports-gnome-b644b097737cea11dc72ddbe882d198d29d8cc6d.tar.gz freebsd-ports-gnome-b644b097737cea11dc72ddbe882d198d29d8cc6d.tar.zst freebsd-ports-gnome-b644b097737cea11dc72ddbe882d198d29d8cc6d.zip |
Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1.
Submitted by: PW (thanks)
Diffstat (limited to 'games/kdegames4')
-rw-r--r-- | games/kdegames4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index 5421c9efc20d..4b8e7bfc1e53 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -25,8 +25,8 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ - LIBS="-Wl,-export-dynamic -L${X11BASE}/lib -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" + LIBS="-Wl,-export-dynamic -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \ + CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes .include <bsd.port.mk> |