summaryrefslogtreecommitdiffstats
path: root/graphics/tuxpaint/tuxpaint_SDL2_Pango.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tuxpaint/tuxpaint_SDL2_Pango.patch')
-rw-r--r--graphics/tuxpaint/tuxpaint_SDL2_Pango.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/tuxpaint/tuxpaint_SDL2_Pango.patch b/graphics/tuxpaint/tuxpaint_SDL2_Pango.patch
deleted file mode 100644
index 11011b49fe..0000000000
--- a/graphics/tuxpaint/tuxpaint_SDL2_Pango.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -294,6 +294,7 @@
-
- # SDL Pango is needed to render complex scripts like Thai and Arabic
- SDL2_PANGO_LIB:=$(call linktest,SDL2_Pango,-lSDL2_Pango,$(SDL_LIBS))
-+SDL2_PANGO_CFLAGS:=$(shell $(PKG_CONFIG) --cflags SDL2_Pango)
- NOPANGOFLAG:=$(if $(SDL2_PANGO_LIB),,-DNO_SDLPANGO$(warning -lSDL2_Pango failed, no scripts for you!))
-
- SDL_LIBS+=$(SDL_MIXER_LIB) $(SDL2_PANGO_LIB)
-@@ -341,6 +342,7 @@
- -Waggregate-return \
- -Wstrict-prototypes -Wmissing-prototypes \
- $(shell src/test-option.sh -Wstrict-aliasing=2) \
-+ $(SDL2_PANGO_CFLAGS) \
- $(ARCH_CFLAGS)
-
- DEFS:=-DVER_DATE=\"$(VER_DATE)\" -DVER_VERSION=\"$(VER_VERSION)\" \
-