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, 0 insertions, 13 deletions
diff --git a/gd-2.0.33-freetype.patch b/gd-2.0.33-freetype.patch
deleted file mode 100644
index 3813994..0000000
--- a/gd-2.0.33-freetype.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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"