From 3988b2bf585c95563759f2844eae7e4896e09357 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sat, 10 Sep 2005 01:51:03 +0000 Subject: [PATCH] Added a GCC-4 patch to the SDL instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5036 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 3 +++ multimedia/libdriv/sdl.xml | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 715813c790..4d365c274d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ September 9th, 2005 + + [randy] - Added a GCC-4 patch to the SDL instructions. + [randy] - Added a GCC-4 patch to the Firefox instructions. diff --git a/multimedia/libdriv/sdl.xml b/multimedia/libdriv/sdl.xml index e3d6758be3..c9572ade05 100644 --- a/multimedia/libdriv/sdl.xml +++ b/multimedia/libdriv/sdl.xml @@ -55,6 +55,14 @@ + Additional Downloads + + + Required patch: + + + SDL Dependencies Optional @@ -79,7 +87,8 @@ Install SDL by running the following commands: -./configure --prefix=/usr --disable-debug && +patch -Np1 -i ../SDL-&sdl-version;-gcc4-1.patch && +./configure --prefix=/usr --disable-debug && make Now, as the root user: