diff options
-rw-r--r-- | gd-2.0.33-freetype.patch | 13 | ||||
-rw-r--r-- | gd.spec | 2 |
2 files changed, 0 insertions, 15 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" @@ -8,7 +8,6 @@ Group: System Environment/Libraries License: MIT URL: http://libgd.bitbucket.org/ Source0: https://bitbucket.org/libgd/gd-libgd/downloads/gd-%{version}%{?prever}.tgz -Patch0: gd-2.0.33-freetype.patch Patch3: gd-2.0.34-multilib.patch Patch4: gd-loop.patch Patch5: gd-2.0.34-sparc64.patch @@ -68,7 +67,6 @@ files for gd, a graphics library for creating PNG and JPEG graphics. %prep %setup -q -n gd-%{version} -#seems uneeded patch0 -p1 -b .freetype #patch3 -p1 -b .mlib #patch4 -p1 -b .loop #patch6 -p1 -b .overflow |