From 8a3f1526802671aa1197be0c58f1198c9bdc95d3 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sun, 29 Oct 2000 03:09:49 +0000 Subject: Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow people to compile on X4.0.1. Submitted by: Andrzej Tobola --- x11/kde4-baseapps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/kde4-baseapps') diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index bb4257fcab89..acc9e329e092 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --disable-closure CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc" + LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc" USE_GMAKE= yes pre-configure: -- cgit v1.2.3