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: 09-Oct-2006 10:43:54
Branch: HEAD Handle: 2006100909435300
Modified files:
openpkg-src/vorbis-libs vorbis-libs.patch vorbis-libs.spec
Log:
avoid platform specific compiler options GCC does not understand
Summary:
Revision Changes Path
1.4 +18 -2 openpkg-src/vorbis-libs/vorbis-libs.patch
1.24 +1 -1 openpkg-src/vorbis-libs/vorbis-libs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/vorbis-libs/vorbis-libs.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 vorbis-libs.patch
--- openpkg-src/vorbis-libs/vorbis-libs.patch 29 Nov 2005 15:43:40 -0000
1.3
+++ openpkg-src/vorbis-libs/vorbis-libs.patch 9 Oct 2006 08:43:53 -0000
1.4
@@ -1,6 +1,6 @@
Index: libao-0.8.6/configure
---- libao-0.8.6/configure.orig 2005-01-11 23:08:26.000000000 +0100
-+++ libao-0.8.6/configure 2005-10-14 17:54:02.406924830 +0200
+--- 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
@@ -19116,9 +19116,9 @@
PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT
-fsigned-char";;
sparc-sun-*)
@@ -14,3 +14,19 @@
*-darwin*)
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
+@@ -19100,9 +19100,9 @@
+ PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
+ ;;
+ sparc-sun-*)
+- DEBUG="-g -Wall -fsigned-char -mv8"
+- CFLAGS="-O20 -ffast-math -fsigned-char -mv8"
+- PROFILE="-pg -g -O20 -fsigned-char -mv8"
++ DEBUG="-g -Wall -fsigned-char"
++ CFLAGS="-O20 -ffast-math -fsigned-char"
++ PROFILE="-pg -g -O20 -fsigned-char"
+ ;;
+ *-*-darwin*)
+ DEBUG="-fno-common -g -Wall -fsigned-char"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/vorbis-libs/vorbis-libs.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 vorbis-libs.spec
--- openpkg-src/vorbis-libs/vorbis-libs.spec 1 Jan 2006 13:23:49 -0000
1.23
+++ openpkg-src/vorbis-libs/vorbis-libs.spec 9 Oct 2006 08:43:53 -0000
1.24
@@ -39,7 +39,7 @@
Group: Audio
License: LGPL
Version: %{V_whole}
-Release: 20051129
+Release: 20061009
# 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]