summaryrefslogtreecommitdiff
path: root/dev-games/guichan/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-games/guichan/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-games/guichan/files')
-rw-r--r--dev-games/guichan/files/guichan-0.8.2-as-needed.patch19
-rw-r--r--dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch11
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-games/guichan/files/guichan-0.8.2-as-needed.patch b/dev-games/guichan/files/guichan-0.8.2-as-needed.patch
deleted file mode 100644
index 79eb563c0f8d..000000000000
--- a/dev-games/guichan/files/guichan-0.8.2-as-needed.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -1,4 +1,4 @@
--SUBDIRS = widgets @GUICHAN_EXTRADIRS@ hge openlayer contrib
-+SUBDIRS = widgets . @GUICHAN_EXTRADIRS@ hge openlayer contrib
-
- INCLUDES = -I$(top_srcdir)/include
-
---- src/sdl/Makefile.am
-+++ src/sdl/Makefile.am
-@@ -6,6 +6,8 @@
-
- libguichan_sdl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-
-+libguichan_sdl_la_LIBADD = -lSDL_image -L$(top_srcdir)/src -lguichan
-+
- libguichan_sdl_la_SOURCES = \
- sdl.cpp \
- sdlgraphics.cpp \
diff --git a/dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch b/dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch
deleted file mode 100644
index e2f46097b82a..000000000000
--- a/dev-games/guichan/files/guichan-0.8.2-automake-1.13.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- guichan-0.8.2/configure.in
-+++ guichan-0.8.2/configure.in
-@@ -38,7 +38,7 @@
- AC_SUBST(LT_AGE)
-
- AM_INIT_AUTOMAKE(guichan, $GUICHAN_VERSION)
--AM_CONFIG_HEADER([include/config.hpp])
-+AC_CONFIG_HEADERS([include/config.hpp])
-
- AC_CONFIG_SRCDIR([src/gui.cpp])
-