summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/smc/files/smc-1.4-link-libpng.patch')
-rw-r--r--games-arcade/smc/files/smc-1.4-link-libpng.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/games-arcade/smc/files/smc-1.4-link-libpng.patch b/games-arcade/smc/files/smc-1.4-link-libpng.patch
deleted file mode 100644
index cf576b0c57de..000000000000
--- a/games-arcade/smc/files/smc-1.4-link-libpng.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: configure.ac
-===================================================================
---- configure.ac (revision 907)
-+++ configure.ac (working copy)
-@@ -26,6 +26,10 @@
- CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
- LIBS="$LIBS $SDL_LIBS"
-
-+# Check for libpng
-+AC_CHECK_LIB(png, png_init_io, ,
-+ AC_MSG_ERROR([Unable to find libpng]))
-+
- # Check for SDL_image library
- AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW, ,
- AC_MSG_ERROR([Unable to find the SDL_image library with PNG support]))