diff options
author | will <will@FreeBSD.org> | 2000-10-29 07:22:16 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-29 07:22:16 +0800 |
commit | b644b097737cea11dc72ddbe882d198d29d8cc6d (patch) | |
tree | 4b57b5b6ccaf02ebecc714733b8f7ed7ba0543b6 /editors/koffice | |
parent | f0dba4368e7e5aca622482ec55fcdb9eb575f85e (diff) | |
download | freebsd-ports-graphics-b644b097737cea11dc72ddbe882d198d29d8cc6d.tar.gz freebsd-ports-graphics-b644b097737cea11dc72ddbe882d198d29d8cc6d.tar.zst freebsd-ports-graphics-b644b097737cea11dc72ddbe882d198d29d8cc6d.zip |
Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1.
Submitted by: PW (thanks)
Diffstat (limited to 'editors/koffice')
-rw-r--r-- | editors/koffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile index 0c68ad3c5f4..bc1c0406dcc 100644 --- a/editors/koffice/Makefile +++ b/editors/koffice/Makefile @@ -27,8 +27,8 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \ - CPPFLAGS="-I${LOCALBASE/include} -I${X11BASE}/include" \ - LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++" + CPPFLAGS="-I${LOCALBASE/include}" \ + LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -lqt2 -ljpeg -lgcc -lstdc++" USE_GMAKE= yes .include <bsd.port.mk> |