diff options
author | mrg <mrg@pkgsrc.org> | 1999-07-01 14:19:32 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1999-07-01 14:19:32 +0000 |
commit | 2483d2da50ab66754def5a35bf65a622e7a76330 (patch) | |
tree | 8a764bd8aef31109cd3b02ab5fd92b1e39ea8b04 /graphics | |
parent | bf33b05c83fe5d7442bc0c64ca37ff718c42930c (diff) | |
download | pkgsrc-2483d2da50ab66754def5a35bf65a622e7a76330.tar.gz |
pass --x-{libraries,includes}= down to xmidpath. fixes this pkg with xpkgwedge.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/magicpoint/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 9dcc6f16673..ff59f63113d 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/06/17 16:03:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 1999/07/01 14:19:32 mrg Exp $ DISTNAME= magicpoint-1.05a CATEGORIES= x11 graphics @@ -16,7 +16,9 @@ USE_IMAKE= yes CONFIGURE_ARGS= --disable-vflib --enable-freetype-charset16 post-configure: - (cd ${WRKSRC}/contrib/xmindpath; ./configure --prefix=${PREFIX}) + (cd ${WRKSRC}/contrib/xmindpath; env LDFLAGS="${LDFLAGS}" \ + ./configure --prefix=${PREFIX} \ + --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include) post-build: (cd ${WRKSRC}/contrib/xmindpath; make) |