pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-libs Teach qt's configure to find libraries/he...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ae1a2d119f3
branches: trunk
changeset: 471768:6ae1a2d119f3
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Mar 30 21:50:19 2004 +0000
description:
Teach qt's configure to find libraries/headers inside BUILDLINK_DIR, which
is mandatory if you want Xft2/Xrender support when using X11_TYPE=XFree86.
diffstat:
x11/qt3-libs/Makefile.common | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 8c5f43ed8b61 -r 6ae1a2d119f3 x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common Tue Mar 30 21:45:10 2004 +0000
+++ b/x11/qt3-libs/Makefile.common Tue Mar 30 21:50:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2004/02/18 13:33:41 jlam Exp $
+# $NetBSD: Makefile.common,v 1.30 2004/03/30 21:50:19 xtraeme Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -25,7 +25,9 @@
CONFIGURE_ARGS+= -prefix ${QTPREFIX}
CONFIGURE_ARGS+= -shared -sm -thread -no-stl \
-system-zlib -system-libpng \
- -system-libmng -system-libjpeg
+ -system-libmng -system-libjpeg \
+ -I${BUILDLINK_DIR}/include \
+ -L${BUILDLINK_DIR}/lib
CONFIGURE_ARGS+= -qt-gif # qt3 does not write compressed GIFs
CONFIGURE_ARGS+= < ${FILESDIR}/license-acceptance
Home |
Main Index |
Thread Index |
Old Index