diff options
author | xtraeme <xtraeme> | 2004-03-30 21:50:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-30 21:50:19 +0000 |
commit | 8250e5cf417d0a8afd66e9fd1b1e2bf24b0ed5c2 (patch) | |
tree | 7658cd0c81ecac7741cb17a447d070eae0f51e77 /x11 | |
parent | 8b6676dbd9af8bfed509346b5e2fc58aa9b3129c (diff) | |
download | pkgsrc-8250e5cf417d0a8afd66e9fd1b1e2bf24b0ed5c2.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 7d9b51f9d57..185367b5454 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -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 @@ QTPREFIX= ${PREFIX}/qt3 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 |