diff options
author | obache <obache@pkgsrc.org> | 2012-06-09 07:00:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-09 07:00:46 +0000 |
commit | d68d1308d3c2c3ae2cbb00cb4f47bcb98f8b3e1f (patch) | |
tree | 90290962aad23c148163f3ddbf4d73742b8785ef /x11/libXres | |
parent | a2f05e24a508e033a4a832c6cd3968135a6cc5ec (diff) | |
download | pkgsrc-d68d1308d3c2c3ae2cbb00cb4f47bcb98f8b3e1f.tar.gz |
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index b1d56c4d993..46e83d87fdb 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/06/03 17:45:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/06/09 07:00:48 obache Exp $ # DISTNAME= libXres-1.0.6 @@ -24,6 +24,8 @@ PKGCONFIG_OVERRIDE+= xres.pc.in CONFIGURE_ARGS+= --disable-malloc0returnsnull .endif +.include "../../meta-pkgs/modular-xorg/hacks.mk" + .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/resourceproto/buildlink3.mk" |