summaryrefslogtreecommitdiff
path: root/x11/libFS
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 /x11/libFS
parentf7af5f8e5903a6731c40f06caada6ffc7873adfc (diff)
downloadpkgsrc-13f56f0f6037da72129636daa63ee111bc8d76cf.tar.gz
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11/libFS')
-rw-r--r--x11/libFS/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libFS/Makefile b/x11/libFS/Makefile
index d9cb1fd16fe..a42a732639e 100644
--- a/x11/libFS/Makefile
+++ b/x11/libFS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/06/03 17:22:40 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2012/06/09 07:00:46 obache Exp $
#
DISTNAME= libFS-1.0.4
@@ -25,6 +25,8 @@ PKGCONFIG_OVERRIDE+= libfs.pc.in
CONFIGURE_ARGS+= --disable-malloc0returnsnull
.endif
+.include "../../meta-pkgs/modular-xorg/hacks.mk"
+
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"