diff options
author | green <green@FreeBSD.org> | 2000-07-18 22:50:27 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-07-18 22:50:27 +0800 |
commit | 0a922883c91c4b00fe139b548ca040d3a2227cfc (patch) | |
tree | 2e08fc0f78a704c5c4acf315438c2d50020d1d94 /games/xpuyopuyo/files/patch-ab | |
parent | 4cb428b2b76cb01af85d226b03c4a4a9fb9656ad (diff) | |
download | freebsd-ports-gnome-0a922883c91c4b00fe139b548ca040d3a2227cfc.tar.gz freebsd-ports-gnome-0a922883c91c4b00fe139b548ca040d3a2227cfc.tar.zst freebsd-ports-gnome-0a922883c91c4b00fe139b548ca040d3a2227cfc.zip |
Update to xpuyopuyo 0.4.2 with the new "smileys" theme. Make sure to,
ahem, fix author's Makefile.in breakage.
Diffstat (limited to 'games/xpuyopuyo/files/patch-ab')
-rw-r--r-- | games/xpuyopuyo/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xpuyopuyo/files/patch-ab b/games/xpuyopuyo/files/patch-ab new file mode 100644 index 000000000000..87a41ba4025f --- /dev/null +++ b/games/xpuyopuyo/files/patch-ab @@ -0,0 +1,11 @@ +--- pgame/Makefile.in.orig Tue Jul 18 10:31:49 2000 ++++ pgame/Makefile.in Tue Jul 18 10:32:05 2000 +@@ -117,7 +117,7 @@ + libxpp_game_a_SOURCES = pconfig.c pfield.c pgame.c phighscore.c pinfo.c pmanip.c ppiece.c pplayer.c ptournament.c pconfig.h pconfigm.h pfield.h pgame.h phighscore.h pinfo.h pmanip.h ppiece.h pplayer.h ptime.h ptournament.h pwindow.h + + +-INCLUDES = -I../putil -I../pai -I../pnet -I../psound ++INCLUDES = $(LIBMIKMOD_CFLAGS) -I../putil -I../pai -I../pnet -I../psound + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = |