New commits:
commit 2aa58269c6568ec814f5f7a45b3abad847f15178
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
xorg: Apply patch to allow compilation with freetype2
2.3.5 (remove unused function FTcheckForTTCName)
Fixes Bug #14007 to not require freetype2 reversion
diff --git a/x11-libs/xorg/HISTORY b/x11-libs/xorg/HISTORY
index bfc6bd6..3093ab2 100644
--- a/x11-libs/xorg/HISTORY
+++ b/x11-libs/xorg/HISTORY
@@ -1,3 +1,9 @@
+2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply ft-2.3.5.patch
+ * ft-2.3.5.patch: Apply patch to allow compilation with freetype2
+ 2.3.5 (remove unused function FTcheckForTTCName)
+ Fixes Bug #14007 to not require freetype2 reversion
+
2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
* CONFIGURE: glide drivers fails to compile, disable by default
diff --git a/x11-libs/xorg/PRE_BUILD b/x11-libs/xorg/PRE_BUILD
index 41a30a6..333ccac 100755
--- a/x11-libs/xorg/PRE_BUILD
+++ b/x11-libs/xorg/PRE_BUILD
@@ -9,6 +9,8 @@ if [[ $X_LATEST != y ]]; then
patch -p0 < $SCRIPT_DIRECTORY/x11r6.9.0-cidfonts.diff
fi &&