summaryrefslogtreecommitdiffstats
path: root/gd-2.0.33-freetype.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gd-2.0.33-freetype.patch')
-rw-r--r--gd-2.0.33-freetype.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/gd-2.0.33-freetype.patch b/gd-2.0.33-freetype.patch
new file mode 100644
index 0000000..3813994
--- /dev/null
+++ b/gd-2.0.33-freetype.patch
@@ -0,0 +1,13 @@
+--- gd-2.0.33/configure.freetype 2005-09-07 17:16:03.000000000 +0200
++++ gd-2.0.33/configure 2005-09-07 17:16:54.000000000 +0200
+@@ -11705,8 +11705,8 @@
+ else
+ libft_INCLUDES=`$FREETYPE_CONFIG --cflags`
+ fi
+- libft_LDFLAGS=`$FREETYPE_CONFIG --libs`
+- libft_LDFLAGS=`echo " $libft_LDFLAGS" |sed 's/(^| )-l[^ ][^ ]*//g'`
++ # Hack to ingore the broken freetype config --libs flags
++ libft_LDFLAGS=""
+ else
+ if test -n "$FREETYPE_DIR"; then
+ libft_INCLUDES="-I$FREETYPE_DIR/include/freetype2 -I$FREETYPE_DIR/include"