diff options
author | obache <obache> | 2012-06-09 07:00:46 +0000 |
---|---|---|
committer | obache <obache> | 2012-06-09 07:00:46 +0000 |
commit | 0b0f6dd7b84a64b598676a70af1d8ab731494773 (patch) | |
tree | 90290962aad23c148163f3ddbf4d73742b8785ef /x11/libxkbfile | |
parent | ecdba8b0882a6c92ea5fbf5e3ffdeb9218d06573 (diff) | |
download | pkgsrc-0b0f6dd7b84a64b598676a70af1d8ab731494773.tar.gz |
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11/libxkbfile')
-rw-r--r-- | x11/libxkbfile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile index c396a60615c..d8b2a02aaa4 100644 --- a/x11/libxkbfile/Makefile +++ b/x11/libxkbfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/06/03 17:49:53 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/06/09 07:00:49 obache Exp $ # DISTNAME= libxkbfile-1.0.8 @@ -17,6 +17,8 @@ PKGCONFIG_OVERRIDE+= xkbfile.pc.in GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +.include "../../meta-pkgs/modular-xorg/hacks.mk" + .include "../../x11/kbproto/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" |