summaryrefslogtreecommitdiff
path: root/devel/imake
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-09 07:00:46 +0000
committerobache <obache@pkgsrc.org>2012-06-09 07:00:46 +0000
commit13f56f0f6037da72129636daa63ee111bc8d76cf (patch)
tree90290962aad23c148163f3ddbf4d73742b8785ef /devel/imake
parentf7af5f8e5903a6731c40f06caada6ffc7873adfc (diff)
downloadpkgsrc-13f56f0f6037da72129636daa63ee111bc8d76cf.tar.gz
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'devel/imake')
-rw-r--r--devel/imake/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile
index 5e2d8ec50a1..9ba3811e19a 100644
--- a/devel/imake/Makefile
+++ b/devel/imake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/05/29 14:22:27 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2012/06/09 07:00:46 obache Exp $
DISTNAME= imake-1.0.5
CATEGORIES= x11 devel
@@ -41,6 +41,8 @@ SUBST_STAGE.xmkmf= post-build
SUBST_FILES.xmkmf= xmkmf
SUBST_SED.xmkmf= -e "s/^configdirspec= */configdirspec=/"
+.include "../../meta-pkgs/modular-xorg/hacks.mk"
+
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"