OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Oct-2006 15:25:47
Branch: HEAD Handle: 2006102414254700
Modified files:
openpkg-src/vorbis-libs vorbis-libs.patch vorbis-libs.spec
Log:
fix building under Solaris/sparc64
Summary:
Revision Changes Path
1.5 +20 -4 openpkg-src/vorbis-libs/vorbis-libs.patch
1.26 +1 -1 openpkg-src/vorbis-libs/vorbis-libs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/vorbis-libs/vorbis-libs.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 vorbis-libs.patch
--- openpkg-src/vorbis-libs/vorbis-libs.patch 9 Oct 2006 08:43:53 -0000
1.4
+++ openpkg-src/vorbis-libs/vorbis-libs.patch 24 Oct 2006 13:25:47 -0000
1.5
@@ -1,6 +1,6 @@
Index: libao-0.8.6/configure
---- libao-0.8.6/configure.orig 2005-01-11 22:08:26.000000000 +0000
-+++ libao-0.8.6/configure 2006-10-09 08:38:37.706894963 +0000
+--- libao-0.8.6/configure.orig 2005-01-11 23:08:26.000000000 +0100
++++ libao-0.8.6/configure 2006-10-24 15:21:34.814819839 +0200
@@ -19116,9 +19116,9 @@
PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT
-fsigned-char";;
sparc-sun-*)
@@ -15,8 +15,8 @@
PLUGIN_LDFLAGS="-module -avoid-version"
DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char
-Ddlsym=dlsym_auto_underscore"
Index: libogg-1.1.3/configure
---- libogg-1.1.3/configure.orig 2005-11-28 04:26:32.000000000 +0000
-+++ libogg-1.1.3/configure 2006-10-09 08:41:21.353386224 +0000
+--- libogg-1.1.3/configure.orig 2005-11-28 05:26:32.000000000 +0100
++++ libogg-1.1.3/configure 2006-10-24 15:21:34.827767423 +0200
@@ -19100,9 +19100,9 @@
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
;;
@@ -30,3 +30,19 @@
;;
*-*-darwin*)
DEBUG="-fno-common -g -Wall -fsigned-char"
+Index: libvorbis-1.1.2/configure
+--- libvorbis-1.1.2/configure.orig 2005-11-28 06:43:45.000000000 +0100
++++ libvorbis-1.1.2/configure 2006-10-24 15:21:52.010004406 +0200
+@@ -19366,9 +19366,9 @@
+ CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char"
+ PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";;
+ sparc-sun-*)
+- DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char -mv8"
+- CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
+- PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
++ DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char"
++ CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char"
++ PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char" ;;
+ *-*-darwin*)
+ DEBUG="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O0
-fsigned-char"
+ CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4
-ffast-math -fsigned-char"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/vorbis-libs/vorbis-libs.spec
============================================================================
$ cvs diff -u -r1.25 -r1.26 vorbis-libs.spec
--- openpkg-src/vorbis-libs/vorbis-libs.spec 13 Oct 2006 17:35:31 -0000
1.25
+++ openpkg-src/vorbis-libs/vorbis-libs.spec 24 Oct 2006 13:25:47 -0000
1.26
@@ -39,7 +39,7 @@
Group: Audio
License: LGPL
Version: %{V_whole}
-Release: 20061013
+Release: 20061024
# list of sources
Source0: http://downloads.xiph.org/releases/ao/libao-%{V_libao}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]