diff options
author | mrg <mrg> | 1999-07-01 14:19:32 +0000 |
---|---|---|
committer | mrg <mrg> | 1999-07-01 14:19:32 +0000 |
commit | 057bc36537149a0cfe21d1fe1c7e87aef66cb356 (patch) | |
tree | 8a764bd8aef31109cd3b02ab5fd92b1e39ea8b04 /graphics/magicpoint | |
parent | 9223af6591ae607d9fbaf12fa4ed6c9cc4d70ef0 (diff) | |
download | pkgsrc-057bc36537149a0cfe21d1fe1c7e87aef66cb356.tar.gz |
pass --x-{libraries,includes}= down to xmidpath. fixes this pkg with xpkgwedge.
Diffstat (limited to 'graphics/magicpoint')
-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) |