diff options
-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 |