diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-29 03:09:49 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-29 03:09:49 +0000 |
commit | 8a3f1526802671aa1197be0c58f1198c9bdc95d3 (patch) | |
tree | 6c2d058f8446d06a065410c92ff0e3f0038dbe87 /games/kdegames3 | |
parent | Add pslist 1.0, a utility to view or send signals to processes with all (diff) |
Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow people
to compile on X4.0.1.
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
Notes
Notes:
svn path=/head/; revision=34381
Diffstat (limited to 'games/kdegames3')
-rw-r--r-- | games/kdegames3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index 4b8e7bfc1e53..8df416c55a24 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -25,7 +25,7 @@ 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 -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \ + LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \ CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes |