1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

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>
This commit is contained in:
FUJISHIMA Satsuki 2001-01-29 14:21:00 +00:00
parent 43debc4487
commit 4006c97909
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37747

View File

@ -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 | \