diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-10-08 13:10:42 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-10-08 13:10:42 +0000 |
commit | 51f7a4c2523baed60db1c3826225e65d1d3fe7d5 (patch) | |
tree | a40d161dffb08b9da6fec4c75f7a94f4dec48ea0 /multimedia/mplayer/files/patch-configure | |
parent | Update to 2.3.5. (diff) |
- Fix build on PowerPC
PR: ports/149913
Submitted by: andreast
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=262615
Diffstat (limited to 'multimedia/mplayer/files/patch-configure')
-rw-r--r-- | multimedia/mplayer/files/patch-configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/patch-configure b/multimedia/mplayer/files/patch-configure index ff5a23391cc1..105de46649ec 100644 --- a/multimedia/mplayer/files/patch-configure +++ b/multimedia/mplayer/files/patch-configure @@ -101,3 +101,12 @@ # TODO add some check def_joystick='#define CONFIG_JOYSTICK 1' else +@@ -8560,7 +8555,7 @@ + EXESUF = $_exesuf + EXESUFS_ALL = .exe + +-ARCH = $arch ++MPLAYER_ARCH = $arch + $(mak_enable "$arch_all" "$arch" ARCH) + $(mak_enable "$subarch_all" "$subarch" ARCH) + $(mak_enable "$cpuexts_all" "$cpuexts" HAVE) |