summaryrefslogtreecommitdiff
path: root/games-arcade/komi/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-arcade/komi/files
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-arcade/komi/files')
-rw-r--r--games-arcade/komi/files/1.04-DESTDIR.patch36
-rw-r--r--games-arcade/komi/files/komi-1.04-install.patch11
2 files changed, 0 insertions, 47 deletions
diff --git a/games-arcade/komi/files/1.04-DESTDIR.patch b/games-arcade/komi/files/1.04-DESTDIR.patch
deleted file mode 100644
index 4060d51f3a7d..000000000000
--- a/games-arcade/komi/files/1.04-DESTDIR.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- a/Makefile.orig 2004-12-11 01:36:11.000000000 -0800
-+++ b/Makefile 2004-12-11 01:36:14.000000000 -0800
-@@ -13,9 +13,7 @@
- MIXER=-lSDL_mixer
- SDL_LIB=$(shell sdl-config --static-libs) $(MIXER)
-
--CFLAGS=-Wall -pedantic -std=c99 -O2 \
-- $(shell sdl-config --cflags) \
-- -DDATAPATH=\"$(DATAPATH)\"
-+CFLAGS= $(ECFLAGS) $(shell sdl-config --cflags) -DDATAPATH=\"$(DATAPATH)\"
-
- all: komi
-
-@@ -24,15 +22,13 @@
- -rm *.o
-
- install:
-- install -d $(DATAPATH)
-- cp -R komidata/* $(DATAPATH)
-- chmod -R 644 $(DATAPATH)
-- chmod 755 $(DATAPATH)
-- install -d $(BINPATH)
-- cp komi $(BINPATH)
-- chmod 755 $(BINPATH)komi
-- install -d $(MANPATH)
-- cp komi.6 $(MANPATH)komi.6
-+ install -d $(DESTDIR)$(DATAPATH)
-+ cp -R komidata/* $(DESTDIR)$(DATAPATH)
-+ chmod -R 644 $(DESTDIR)$(DATAPATH)
-+ chmod 755 $(DESTDIR)$(DATAPATH)
-+ install -d $(DESTDIR)$(BINPATH)
-+ cp komi $(DESTDIR)$(BINPATH)
-+ chmod 755 $(DESTDIR)$(BINPATH)/komi
-
- komi: komi.o
- $(CC) $(CFLAGS) komi.o -o komi $(SDL_LIB)
diff --git a/games-arcade/komi/files/komi-1.04-install.patch b/games-arcade/komi/files/komi-1.04-install.patch
deleted file mode 100644
index 30395eaff72b..000000000000
--- a/games-arcade/komi/files/komi-1.04-install.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.old 2015-01-05 11:35:24.794160467 +0100
-+++ b/Makefile 2015-01-05 11:36:23.181058180 +0100
-@@ -24,8 +24,6 @@
- install:
- install -d $(DESTDIR)$(DATAPATH)
- cp -R komidata/* $(DESTDIR)$(DATAPATH)
-- chmod -R 644 $(DESTDIR)$(DATAPATH)
-- chmod 755 $(DESTDIR)$(DATAPATH)
- install -d $(DESTDIR)$(BINPATH)
- cp komi $(DESTDIR)$(BINPATH)
- chmod 755 $(DESTDIR)$(BINPATH)/komi