summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2018-04-04 12:26:24 +0000
committertriaxx <triaxx@pkgsrc.org>2018-04-04 12:26:24 +0000
commitee9ef761c8e1c5a24742db8a78af30ab6ac4b637 (patch)
tree7da4b919e785278dd79dbd54b28918d33e2d6776 /multimedia
parenta878e26f2ee7b142d18d99236bdde6aabcf84201 (diff)
downloadpkgsrc-ee9ef761c8e1c5a24742db8a78af30ab6ac4b637.tar.gz
* Remove LICENSE (it's not that simple...)
* Remove code for no longer supported NetBSD release
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer-share/Makefile.common3
-rw-r--r--multimedia/mplayer-share/options.mk10
2 files changed, 3 insertions, 10 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common
index 4ed5fdf3cda..c8e62a983fa 100644
--- a/multimedia/mplayer-share/Makefile.common
+++ b/multimedia/mplayer-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.59 2018/04/04 11:02:07 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.60 2018/04/04 12:26:24 triaxx Exp $
# used by multimedia/gmplayer/Makefile
# used by multimedia/mencoder/Makefile
# used by multimedia/mplayer/Makefile
@@ -16,7 +16,6 @@ DIST_SUBDIR= mplayer
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE?= http://www.mplayerhq.hu/
-LICENSE= gnu-gpl-v2
#
# NOTE: gmplayer has its own distinfo file. if you are also updating
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index dfd5a45bd21..afe8a6a7203 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.59 2018/04/04 11:02:07 triaxx Exp $
+# $NetBSD: options.mk,v 1.60 2018/04/04 12:26:24 triaxx Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -316,13 +316,7 @@ EXTRA_LIBS+= -lxvidcore
CONFIGURE_ARGS+= --disable-xvid
.endif
-.if !empty(PKG_OPTIONS:Mmplayer-ssse3)
-. if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
- # needs a recent assembler
-. include "../../devel/binutils/buildlink3.mk"
-. include "../../devel/binutils/override-as.mk"
-. endif
-.else
+.if empty(PKG_OPTIONS:Mmplayer-ssse3)
CONFIGURE_ARGS+= --disable-ssse3
.endif