diff options
author | richard <richard@pkgsrc.org> | 2014-02-24 05:35:47 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-02-24 05:35:47 +0000 |
commit | 4093207356430b9ed78d0d0e2f023656e713b048 (patch) | |
tree | 5e6116a0dbbea66f8a342d67350f2c09ba1e2ba4 /multimedia/xine-ui | |
parent | 7168c4fe4488cc07afc56321928706b9e856cdb6 (diff) | |
download | pkgsrc-4093207356430b9ed78d0d0e2f023656e713b048.tar.gz |
missing -lsocket -lnsl on some binaries for SunOS and update PLIST with aaxine
Diffstat (limited to 'multimedia/xine-ui')
-rw-r--r-- | multimedia/xine-ui/Makefile | 6 | ||||
-rw-r--r-- | multimedia/xine-ui/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/xine-ui/Makefile b/multimedia/xine-ui/Makefile index cf68428583c..ac659c3de99 100644 --- a/multimedia/xine-ui/Makefile +++ b/multimedia/xine-ui/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2014/02/12 23:18:18 tron Exp $ +# $NetBSD: Makefile,v 1.64 2014/02/24 05:35:47 richard Exp $ # DISTNAME= xine-ui-0.99.7 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} EXTRACT_SUFX= .tar.xz @@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --disable-lirc BUILDLINK_DEPMETHOD.libXt?= build +LIBS.SunOS+= -lsocket -lnsl + PTHREAD_AUTO_VARS= yes .include "../../converters/libiconv/buildlink3.mk" diff --git a/multimedia/xine-ui/PLIST b/multimedia/xine-ui/PLIST index adefc4d9d7f..384a33eb743 100644 --- a/multimedia/xine-ui/PLIST +++ b/multimedia/xine-ui/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.12 2012/08/04 13:47:09 drochner Exp $ +@comment $NetBSD: PLIST,v 1.13 2014/02/24 05:35:47 richard Exp $ +bin/aaxine bin/fbxine bin/xine bin/xine-bugreport |