diff options
author | sf <sf@FreeBSD.org> | 2001-01-29 22:21:00 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-29 22:21:00 +0800 |
commit | a1ee55d8442407f5371aaf4f08470ce1277cb3ec (patch) | |
tree | 09420346f6da3e15f18f3f94245a3073bc5451f3 /x11-toolkits/py-qt | |
parent | 6e1e53712b5e6b115af75ae06e25433c1f6a5451 (diff) | |
download | freebsd-ports-gnome-a1ee55d8442407f5371aaf4f08470ce1277cb3ec.tar.gz freebsd-ports-gnome-a1ee55d8442407f5371aaf4f08470ce1277cb3ec.tar.zst freebsd-ports-gnome-a1ee55d8442407f5371aaf4f08470ce1277cb3ec.zip |
Tell configure script proper place where libqt installed in.
This patch prevent the script not to confuse libqthreads as libqt.
libqthreads is part of lang/guile, not QT.
PR: 23186
Submitted by: Donald J . Maddox <dmaddox@sc.rr.com>
Diffstat (limited to 'x11-toolkits/py-qt')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile index 5c729dce49b7..c56b33992e6b 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -20,7 +20,8 @@ USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ENV= LDFLAGS=-lgcc \ SIP_MOC="${X11BASE}/bin/moc2" -CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 +CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \ + --with-qt-libraries=${X11BASE}/lib pre-patch: @find ${WRKSRC} -name Makefile.in | \ |