diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-24 16:13:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-24 16:13:24 +0000 |
commit | fa8fb0a8f285347e7188b1bb05a116d62dac6cc1 (patch) | |
tree | bf30628fe7d5a8101a8382ba8de5d0ed6636f58b /games/gcompris2/files | |
parent | Add 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 'games/gcompris2/files')
-rw-r--r-- | games/gcompris2/files/patch-ac | 30 |
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: |