summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2009-01-03 13:31:23 +0100
committerJaka Kranjc2009-01-03 13:33:04 +0100
commitcb9664d39030500ed6a4c319219a1bed7420a438 (patch)
tree678828e36969be2765106eebc16e76a89824b692
parent3f6e20a3a3e1b8c5d40af3c03422b329b59504a0 (diff)
cdparanoia: fixed gcc 4.3 anomaly #14989
-rwxr-xr-xaudio-players/cdparanoia/DETAILS1
-rw-r--r--audio-players/cdparanoia/HISTORY4
-rwxr-xr-xaudio-players/cdparanoia/PRE_BUILD3
-rw-r--r--audio-players/cdparanoia/gcc43-private.patch.bz2bin0 -> 3341 bytes
4 files changed, 8 insertions, 0 deletions
diff --git a/audio-players/cdparanoia/DETAILS b/audio-players/cdparanoia/DETAILS
index baebcc2a46..c4fdc80068 100755
--- a/audio-players/cdparanoia/DETAILS
+++ b/audio-players/cdparanoia/DETAILS
@@ -1,5 +1,6 @@
SPELL=cdparanoia
VERSION=III-10.2
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.src.tgz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://downloads.xiph.org/releases/cdparanoia/$SOURCE
diff --git a/audio-players/cdparanoia/HISTORY b/audio-players/cdparanoia/HISTORY
index ca9554d4b1..1426e78c79 100644
--- a/audio-players/cdparanoia/HISTORY
+++ b/audio-players/cdparanoia/HISTORY
@@ -1,3 +1,7 @@
+2009-01-03 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * gcc43-private.patch, PRE_BUILD: added for #14989
+
2008-11-15 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: fixed descs; quoting the paths; removed deprecated vars
* BUILD: fixed multijob build
diff --git a/audio-players/cdparanoia/PRE_BUILD b/audio-players/cdparanoia/PRE_BUILD
new file mode 100755
index 0000000000..3d3e1c56d5
--- /dev/null
+++ b/audio-players/cdparanoia/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+bunzip2 $SPELL_DIRECTORY/gcc43-private.patch.bz2 &&
+patch -p3 -d $SOURCE_DIRECTORY < $SPELL_DIRECTORY/gcc43-private.patch
diff --git a/audio-players/cdparanoia/gcc43-private.patch.bz2 b/audio-players/cdparanoia/gcc43-private.patch.bz2
new file mode 100644
index 0000000000..b036716fd0
--- /dev/null
+++ b/audio-players/cdparanoia/gcc43-private.patch.bz2
Binary files differ