[Lunar-commits] r23969 - moonbase/trunk/libs/libstdc++5
Jerry Lundström
prox at lunar-linux.org
Sun Apr 8 14:01:28 CEST 2007
Author: prox
Date: 2007-04-08 14:01:28 +0200 (Sun, 08 Apr 2007)
New Revision: 23969
Modified:
moonbase/trunk/libs/libstdc++5/BUILD
moonbase/trunk/libs/libstdc++5/DETAILS
Log:
Added patch for compiling old gcc 3 under new gcc 4, taken from gcc/gnu mailinglist
Modified: moonbase/trunk/libs/libstdc++5/BUILD
===================================================================
--- moonbase/trunk/libs/libstdc++5/BUILD 2007-04-08 11:47:34 UTC (rev 23968)
+++ moonbase/trunk/libs/libstdc++5/BUILD 2007-04-08 12:01:28 UTC (rev 23969)
@@ -1,5 +1,6 @@
(
+ patch_it $SOURCE2 1 &&
sedit 's/trap 0/trap "" 0/' configure &&
sedit 's/= install-headers-tar/= install-headers-cpio/' gcc/configure &&
Modified: moonbase/trunk/libs/libstdc++5/DETAILS
===================================================================
--- moonbase/trunk/libs/libstdc++5/DETAILS 2007-04-08 11:47:34 UTC (rev 23968)
+++ moonbase/trunk/libs/libstdc++5/DETAILS 2007-04-08 12:01:28 UTC (rev 23969)
@@ -1,14 +1,17 @@
MODULE=libstdc++5
VERSION=3.3.3
SOURCE=gcc-$VERSION.tar.bz2
+ SOURCE2=gcc-$VERSION-gcc4.patch.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gcc-$VERSION
SOURCE_URL[0]=$GNU_URL/gcc/releases/gcc-$VERSION/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/releases/gcc-$VERSION/
SOURCE_URL[2]=http://www.online-mirror.org/gcc/releases/gcc-$VERSION/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:a9efbc34c5dd7fc48f7d700461de4fc014968cab
+ SOURCE2_VFY=sha1:3e67d1afaebb5c830cb86ac8408fff16b9d225fe
WEB_SITE=http://gcc.gnu.org/
ENTERED=20041215
- UPDATED=20041215
+ UPDATED=20070408
PSAFE=no
SHORT="backwards compatible libstdc++ v5"
More information about the Lunar-commits
mailing list