diff options
author | jmc <jmc@pkgsrc.org> | 2003-04-04 22:48:20 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-04-04 22:48:20 +0000 |
commit | 1670ede83f00554268d313789a5589b5d9f8134b (patch) | |
tree | 1ef1caa12f72348fd02f7f546cabcbded026d429 /x11 | |
parent | 7c3405085ef9ce6202d9a17192122cbb07ffa087 (diff) | |
download | pkgsrc-1670ede83f00554268d313789a5589b5d9f8134b.tar.gz |
Need a -I for postgresql/server so postgres can find all of it's headers
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-psql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile index d17e1b76582..40bd3d3ba9c 100644 --- a/x11/qt3-psql/Makefile +++ b/x11/qt3-psql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/02/18 19:16:55 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2003/04/04 22:48:20 jmc Exp $ # .include "../qt3-libs/Makefile.common" @@ -7,6 +7,7 @@ PKGNAME= qt3-psql-${QTVERSION} COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ + -I${PREFIX}/include/postgresql/server \ -L${QTDIR}/lib USE_BUILDLINK2= yes |