summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-29 03:09:49 +0000
committerwill <will@FreeBSD.org>2000-10-29 03:09:49 +0000
commitea1828cba7b44103cd074faa08061d9c4dcb0b9d (patch)
tree870869d6f87087ffa4ec9e436fd9aacccaf4732c /comms
parentf5336abe6ae53517237f6dda21afcb0600a4b70f (diff)
downloadFreeBSD-ports-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.zip
FreeBSD-ports-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.tar.gz
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>
Diffstat (limited to 'comms')
-rw-r--r--comms/kremotecontrol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile
index f3570d6..567b79b 100644
--- a/comms/kremotecontrol/Makefile
+++ b/comms/kremotecontrol/Makefile
@@ -26,8 +26,8 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-libraries=${X11BASE}/lib
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc" \
- USER_LDFLAGS="-Wl,-export-dynamic -L${LOCALBASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc"
+ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc" \
+ USER_LDFLAGS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc"
USE_GMAKE= yes
.include <bsd.port.mk>
OpenPOWER on IntegriCloud