2b2f73991f
This release now requires libX11 1.6 or later, and a C compiler less than 25 years old. Alan Coopersmith (3): Require ANSI C89 pre-processor, drop pre-C89 token pasting support Rename local err variable in XW_RSYM macro to avoid shadow warnings libXvMC 1.0.9 Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it Yaakov Selkowitz (1): Fix linking with -Wl,--no-undefined on Linux
33 lines
802 B
Makefile
33 lines
802 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/03/15 20:44:12 wiz Exp $
|
|
|
|
DISTNAME= libXvMC-1.0.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XVideo Motion Compensation Library
|
|
LICENSE= mit
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xvmc.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CONFIGURE_ARGS+= --disable-malloc0returnsnull
|
|
.endif
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXv/buildlink3.mk"
|
|
.include "../../x11/videoproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|