summaryrefslogtreecommitdiff
path: root/games-board/cgoban/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-board/cgoban/files
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-board/cgoban/files')
-rw-r--r--games-board/cgoban/files/cgoban-1.9.14-cflags.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/games-board/cgoban/files/cgoban-1.9.14-cflags.patch b/games-board/cgoban/files/cgoban-1.9.14-cflags.patch
deleted file mode 100644
index a496dbf0602d..000000000000
--- a/games-board/cgoban/files/cgoban-1.9.14-cflags.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- a/configure.ac 2012-09-03 18:34:15.358122626 +0200
-+++ b/configure.ac 2012-09-03 18:35:30.279156534 +0200
-@@ -1,8 +1,9 @@
- #for autoconf 2.1x start configure script with next three lines
-
- AC_PREREQ(2.13)
--AC_INIT(src/cgoban.c)
--AM_INIT_AUTOMAKE(cgoban, 1.9.14)
-+AC_INIT([cgoban], [1.9.14])
-+AC_CONFIG_SRCDIR([src/cgoban.c])
-+AM_INIT_AUTOMAKE([no-define])
-
- #for autoconf 2.5x start configure script with next four lines
- # AC_PREREQ(2.50)
---- a/configure.ac 2012-09-03 20:17:48.037549487 +0200
-+++ b/configure.ac 2012-09-03 20:18:00.267371203 +0200
-@@ -146,7 +146,7 @@
- ######################################################################
-
- export VERSION
--AC_DEFINE_UNQUOTED(VERSION,$VERSION)
-+AC_DEFINE_UNQUOTED(VERSION,["$VERSION"])
- AC_PREFIX_DEFAULT(/usr/games)
-
- dayNum=`echo $date | awk '{ print $1 }'`
---- a/configure.ac 2012-09-03 20:23:29.174470309 +0200
-+++ b/configure.ac 2012-09-03 20:23:51.895996955 +0200
-@@ -169,7 +169,6 @@
- AC_MINIX
- AC_PROG_CPP
- AC_EXEEXT
--WMS_GET_CFLAGS
-
- AM_CONFIG_HEADER(configure.h)
- AC_SUBST(LIBS)dnl