diff options
author | will <will@FreeBSD.org> | 2000-10-28 23:22:16 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 23:22:16 +0000 |
commit | b644b097737cea11dc72ddbe882d198d29d8cc6d (patch) | |
tree | 4b57b5b6ccaf02ebecc714733b8f7ed7ba0543b6 /comms/kremotecontrol | |
parent | f0dba4368e7e5aca622482ec55fcdb9eb575f85e (diff) | |
download | FreeBSD-ports-b644b097737cea11dc72ddbe882d198d29d8cc6d.zip FreeBSD-ports-b644b097737cea11dc72ddbe882d198d29d8cc6d.tar.gz |
Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1.
Submitted by: PW (thanks)
Diffstat (limited to 'comms/kremotecontrol')
-rw-r--r-- | comms/kremotecontrol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 7028ea9..f3570d6 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -25,9 +25,9 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc" \ - USER_LDFLAGS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc" + 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" USE_GMAKE= yes .include <bsd.port.mk> |