summaryrefslogtreecommitdiff
path: root/games/gcompris2/files/patch-ac
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-24 16:13:24 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-24 16:13:24 +0000
commitfa8fb0a8f285347e7188b1bb05a116d62dac6cc1 (patch)
treebf30628fe7d5a8101a8382ba8de5d0ed6636f58b /games/gcompris2/files/patch-ac
parentAdd pythong - a snake-like game for Gnome desktop. (diff)
Various fixes and cleanups:
- Handle pthread and installation dirs issues using perl regex instead of patches; - add gnomecc RUN_DEPENDS to ensure correct removal; - make it buildable even w/o autoheader installed.
Notes
Notes: svn path=/head/; revision=30998
Diffstat (limited to '')
-rw-r--r--games/gcompris2/files/patch-ac30
1 files changed, 14 insertions, 16 deletions
diff --git a/games/gcompris2/files/patch-ac b/games/gcompris2/files/patch-ac
index a158f56775d4..a58c73ac522d 100644
--- a/games/gcompris2/files/patch-ac
+++ b/games/gcompris2/files/patch-ac
@@ -1,17 +1,15 @@
---- Makefile.in.orig Thu Jul 20 03:19:15 2000
-+++ Makefile.in Fri Jul 21 18:32:23 2000
-@@ -114,11 +114,11 @@
-
- SUBDIRS = intl po macros src sounds
-
--pixmapdir = $(datadir)/pixmaps/gcompris
--icondir = $(datadir)/pixmaps
-+pixmapdir = $(PACKAGE_PIXMAPS_DIR)
-+icondir = $(PIXMAPS_DIR)
- soundlistdir = $(sysconfdir)/sound/events
- Gamesdir = $(datadir)/gnome/apps/Games
--scoredir = $(localstatedir)/games
-+scoredir = $(SCORE_DIR)
-
- leveldatadir = $(datadir)/gcompris/data
+--- Makefile.in.orig Mon Jul 24 19:02:08 2000
++++ Makefile.in Mon Jul 24 19:02:52 2000
+@@ -178,9 +178,9 @@
+ rm -f $(srcdir)/stamp-h.in; \
+ $(MAKE) $(srcdir)/stamp-h.in; \
+ else :; fi
+-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
+- cd $(top_srcdir) && $(AUTOHEADER)
+- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
++#$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
++# cd $(top_srcdir) && $(AUTOHEADER)
++# @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
+
+ mostlyclean-hdr: