let it build on sparc64

from Brad
This commit is contained in:
jakemsr 2010-11-06 23:28:23 +00:00
parent 36eed127e1
commit 98b338b5ba
2 changed files with 14 additions and 5 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2010/10/31 21:05:38 ckuethe Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/06 23:28:23 jakemsr Exp $
COMMENT= Google VP8 video codec
V= 0.9.5
DISTNAME= libvpx-v${V}
PKGNAME= libvpx-${V}
REVISION= 0
CATEGORIES= multimedia
MASTER_SITES= http://webm.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2

View File

@ -1,13 +1,21 @@
$OpenBSD: patch-configure,v 1.3 2010/10/31 21:05:38 ckuethe Exp $
$OpenBSD: patch-configure,v 1.4 2010/11/06 23:28:23 jakemsr Exp $
--- configure.orig Thu Oct 28 09:14:14 2010
+++ configure Thu Oct 28 22:06:24 2010
+++ configure Wed Nov 3 20:31:26 2010
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!${BASH}
##
## configure
##
@@ -132,19 +132,6 @@ for t in ${all_targets}; do
@@ -101,6 +101,7 @@ all_platforms="${all_platforms} ppc32-linux-gcc"
all_platforms="${all_platforms} ppc64-darwin8-gcc"
all_platforms="${all_platforms} ppc64-darwin9-gcc"
all_platforms="${all_platforms} ppc64-linux-gcc"
+all_platforms="${all_platforms} sparc-linux-gcc"
all_platforms="${all_platforms} sparc-solaris-gcc"
all_platforms="${all_platforms} x86-darwin8-gcc"
all_platforms="${all_platforms} x86-darwin8-icc"
@@ -132,19 +133,6 @@ for t in ${all_targets}; do
[ -f ${source_path}/${t}.mk ] && enable ${t}
done
@ -27,7 +35,7 @@ $OpenBSD: patch-configure,v 1.3 2010/10/31 21:05:38 ckuethe Exp $
# install everything except the sources, by default. sources will have
# to be enabled when doing dist builds, since that's no longer a common
# case.
@@ -415,12 +402,6 @@ EOF
@@ -415,12 +403,6 @@ EOF
}
process_detect() {