diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-28 23:22:16 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-28 23:22:16 +0000 |
commit | 93d5d50b4c438f7af2712f9359c11b2e8d45b4a3 (patch) | |
tree | 492f0ef3d84eb48e616352a3240bffbba364a119 /games/kdegames4 | |
parent | 618f8e2ca770eb0b3858fba7cb58e150166d88eb (diff) | |
download | ports-93d5d50b4c438f7af2712f9359c11b2e8d45b4a3.tar.gz ports-93d5d50b4c438f7af2712f9359c11b2e8d45b4a3.zip |
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 '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> |