summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-aa
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2013-01-12 11:55:35 +0000
committerjmcneill <jmcneill@pkgsrc.org>2013-01-12 11:55:35 +0000
commit5536e6368ee192408d7d219ad5ed0611028c99d0 (patch)
tree14fb3be5675b436c1b9890e7e1c8d06aeaf0d053 /multimedia/mplayer-share/patches/patch-aa
parent748c1a6ce3f1a6621bdf187f972bba7a37980e2e (diff)
downloadpkgsrc-5536e6368ee192408d7d219ad5ed0611028c99d0.tar.gz
Fix configure script to correctly identify the host architecture on
NetBSD/evbarm.
Diffstat (limited to 'multimedia/mplayer-share/patches/patch-aa')
-rw-r--r--multimedia/mplayer-share/patches/patch-aa14
1 files changed, 8 insertions, 6 deletions
diff --git a/multimedia/mplayer-share/patches/patch-aa b/multimedia/mplayer-share/patches/patch-aa
index f1c59e57c8c..4d9067b9336 100644
--- a/multimedia/mplayer-share/patches/patch-aa
+++ b/multimedia/mplayer-share/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.30 2012/11/29 17:27:17 drochner Exp $
+$NetBSD: patch-aa,v 1.31 2013/01/12 11:55:35 jmcneill Exp $
-o Handle properly sh3 ports on NetBSD.
+o Handle properly sh3 and evbarm ports on NetBSD.
o Fix CPU family detection on NetBSD with /proc mounted with "-o linux"
(please see also kern/25076).
o Fix a bug which broke the detection of a lot of X11 libraries.
@@ -8,13 +8,15 @@ o Add necessary libs for aalib support even if the aa option is turned on with
--enable-aa.
o Add support for dvb capture on NetBSD.
---- configure.orig 2012-05-22 18:01:51.000000000 +0000
-+++ configure
-@@ -1520,7 +1520,8 @@ if test -z "$_target" ; then
+--- configure.orig 2012-05-22 14:01:51.000000000 -0400
++++ configure 2013-01-11 22:15:07.000000000 -0500
+@@ -1519,8 +1519,9 @@ if test -z "$_target" ; then
+ alpha) host_arch=alpha ;;
sun4*|sparc*) host_arch=sparc ;;
parisc*|hppa*|9000*) host_arch=hppa ;;
- arm*|zaurus|cats) host_arch=arm ;;
+- arm*|zaurus|cats) host_arch=arm ;;
- sh3|sh4|sh4a) host_arch=sh ;;
++ arm*|zaurus|cats|evbarm) host_arch=arm ;;
+ sh3*) host_arch=sh ;;
+ sh4|sh4a) host_arch=sh4 ;;
s390) host_arch=s390 ;;