diff options
author | 2007-08-02 15:50:34 +0000 | |
---|---|---|
committer | 2007-08-02 15:50:34 +0000 | |
commit | 9d9e4f4b581b5c87cd85691800e4b2510fad2c2d (patch) | |
tree | cbda37c0b86ddad203c2302a7e1b1961aae5d9e3 /games-arcade/epiar/files | |
parent | Remove redundant econf lines, reported by steev (diff) | |
download | gentoo-2-9d9e4f4b581b5c87cd85691800e4b2510fad2c2d.tar.gz gentoo-2-9d9e4f4b581b5c87cd85691800e4b2510fad2c2d.tar.bz2 gentoo-2-9d9e4f4b581b5c87cd85691800e4b2510fad2c2d.zip |
Add patch to fix building on FreeBSD, and keyword. #173487 thanks to Nathan Smith.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'games-arcade/epiar/files')
-rw-r--r-- | games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch | 20 |
1 files changed, 20 insertions, 0 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 new file mode 100644 index 000000000000..3086bd13ef9a --- /dev/null +++ b/games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch @@ -0,0 +1,20 @@ +--- Makefile.linux.old 2007-04-05 16:42:30 +0000 ++++ Makefile.linux 2007-04-05 16:42:47 +0000 +@@ -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. |