aboutsummaryrefslogtreecommitdiffstats
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-29 11:09:49 +0800
committerwill <will@FreeBSD.org>2000-10-29 11:09:49 +0800
commitea1828cba7b44103cd074faa08061d9c4dcb0b9d (patch)
tree870869d6f87087ffa4ec9e436fd9aacccaf4732c /net/kdenetwork3
parentf5336abe6ae53517237f6dda21afcb0600a4b70f (diff)
downloadfreebsd-ports-gnome-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.tar.gz
freebsd-ports-gnome-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.tar.zst
freebsd-ports-gnome-ea1828cba7b44103cd074faa08061d9c4dcb0b9d.zip
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 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 4d12a417c584..e0c0041dc78a 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
CPPFLAGS="-I${LOCALBASE}/include -D_XOPEN_UNIX" \
- LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
+ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
USE_GMAKE= yes
pre-configure: