diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index c0639170f23..4fee4dc88e3 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.127 2017/01/22 02:53:47 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.128 2017/02/21 11:45:48 feinerer Exp $ COMMENT= multimedia decoding library DISTNAME= xine-lib-1.2.6 -REVISION= 8 +REVISION= 9 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} EXTRACT_SUFX= .tar.xz @@ -90,6 +90,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ NO_TEST= Yes +pre-configure: + sed -i 's/__u32/u_int32_t/' ${WRKSRC}/src/input/input_pvr.c + post-install: @find ${PREFIX}/lib/xine/plugins -name '*.a' -print | xargs rm