diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 233fbd1ed3..3bb7fd14e1 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 XMMS instructions.
+
[randy] - Added a GCC-4 patch to the Qt instructions.
diff --git a/multimedia/audioutils/xmms.xml b/multimedia/audioutils/xmms.xml
index 10ffc37126..59ea46ce92 100644
--- a/multimedia/audioutils/xmms.xml
+++ b/multimedia/audioutils/xmms.xml
@@ -54,6 +54,14 @@
+ Additional Downloads
+
+
+ Required patch:
+
+
+
XMMS Dependencies
Required
@@ -73,7 +81,8 @@
Install XMMS by running
the following commands:
-./configure --prefix=/usr &&
+patch -Np1 -i ../xmms-&XMMS-version;-gcc4-1.patch &&
+./configure --prefix=/usr &&
make
This package does not come with a test suite.