summaryrefslogtreecommitdiff
path: root/x11/libXau
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
commitd68d1308d3c2c3ae2cbb00cb4f47bcb98f8b3e1f (patch)
tree90290962aad23c148163f3ddbf4d73742b8785ef /x11/libXau
parenta2f05e24a508e033a4a832c6cd3968135a6cc5ec (diff)
downloadpkgsrc-d68d1308d3c2c3ae2cbb00cb4f47bcb98f8b3e1f.tar.gz
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11/libXau')
-rw-r--r--x11/libXau/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile
index 7edc3227902..53798cdd212 100644
--- a/x11/libXau/Makefile
+++ b/x11/libXau/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/06/03 17:25:09 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2012/06/09 07:00:47 obache Exp $
#
DISTNAME= libXau-1.0.7
@@ -24,6 +24,8 @@ PKGCONFIG_OVERRIDE+= xau.pc.in
CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h
+.include "../../meta-pkgs/modular-xorg/hacks.mk"
+
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"