From cf07bf2f96083ac12aaae4e3f491b66e288086bb Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 24 Apr 2012 07:42:55 +0000 Subject: [PATCH] Enable the multibyte support. from Brad --- multimedia/xine-ui/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/multimedia/xine-ui/Makefile b/multimedia/xine-ui/Makefile index e9d277ae81a..d3830e5146c 100644 --- a/multimedia/xine-ui/Makefile +++ b/multimedia/xine-ui/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2011/04/01 12:32:34 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2012/04/24 07:42:55 ajacoutot Exp $ COMMENT= multimedia player DISTNAME= xine-ui-0.99.6 -REVISION= 1 +REVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} EXTRACT_SUFX= .tar.bz2 @@ -15,9 +15,9 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= X11 Xau Xdmcp Xext Xft Xinerama Xrender Xtst Xv Xxf86vm c \ - expat fontconfig freetype m ncurses pthread pthread-stubs \ - readline xcb xine z curl png + +WANTLIB += X11 Xext Xft Xinerama Xtst Xv Xxf86vm c curl m ncurses +WANTLIB += png pthread readline xine z MODULES= devel/gettext RUN_DEPENDS= devel/desktop-file-utils @@ -30,11 +30,9 @@ USE_GROFF= Yes CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.65 CONFIGURE_ARGS+=--disable-lirc \ - --disable-mbs \ --disable-vdr-keys \ --without-aalib \ --without-caca - CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"