summaryrefslogtreecommitdiff
path: root/games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch')
-rw-r--r--games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch b/games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch
deleted file mode 100644
index baf89abc3f9a..000000000000
--- a/games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Makefile.linux
-+++ b/Makefile.linux
-@@ -24,7 +24,7 @@
- @echo Building Epiar 0.5.0 ...
- @$(CC) $(CFLAGS) -I/usr/X11R6/lib/ $(OBJS) -o epiar $(LIBS)
- @echo Building plugins ...
-- @make -f Makefile.linux plugin
-+ @$(MAKE) -f Makefile.linux plugin
- @echo Epiar 0.5.0 build complete.
- @echo
- @echo Type './epiar' to play.
-@@ -33,7 +33,7 @@
- @echo Building Epiar 0.5.0 and linking statically ...
- @$(CC) $(CFLAGS) -L/usr/X11R6/lib -L/opt/gnome-2.1/lib $(OBJS) -o epiar $(STATIC_LIBS)
- @echo Building plugins ...
-- @make plugin
-+ @$(MAKE) plugin
- @echo Epiar 0.5.0 build complete.
- @echo
- @echo Type './epiar' to play.