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 | 13f56f0f6037da72129636daa63ee111bc8d76cf (patch) | |
tree | 90290962aad23c148163f3ddbf4d73742b8785ef /x11/libXv | |
parent | f7af5f8e5903a6731c40f06caada6ffc7873adfc (diff) | |
download | pkgsrc-13f56f0f6037da72129636daa63ee111bc8d76cf.tar.gz |
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11/libXv')
-rw-r--r-- | x11/libXv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 1f800c53cf6..5c214c1a824 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/06/03 17:46:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/06/09 07:00:48 obache Exp $ # DISTNAME= libXv-1.0.7 @@ -24,6 +24,8 @@ USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --disable-malloc0returnsnull .endif +.include "../../meta-pkgs/modular-xorg/hacks.mk" + .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/videoproto/buildlink3.mk" |