diff options
Diffstat (limited to 'games/gcompris2/files')
-rw-r--r-- | games/gcompris2/files/patch-ac | 44 | ||||
-rw-r--r-- | games/gcompris2/files/patch-configure | 22 |
2 files changed, 0 insertions, 66 deletions
diff --git a/games/gcompris2/files/patch-ac b/games/gcompris2/files/patch-ac deleted file mode 100644 index 8e75eb26b92c..000000000000 --- a/games/gcompris2/files/patch-ac +++ /dev/null @@ -1,44 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Mon May 28 13:18:45 2001 -+++ Makefile.in Mon May 28 13:33:59 2001 -@@ -183,9 +183,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: - -@@ -417,7 +417,7 @@ - install-exec-am: - install-exec: install-exec-recursive - --install-data-am: install-GamesDATA install-MenuDATA install-iconDATA \ -+install-data-am: install-GamesDATA install-iconDATA \ - install-data-local - install-data: install-data-recursive - -@@ -488,14 +488,14 @@ - @$(NORMAL_INSTALL) - if test -d @PACKAGE_DATA_DIR@; then \ - $(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@; \ -- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude CVS --exclude .xvpics * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ -+ cd @PACKAGE_DATA_DIR@ ; tar --exclude CVS --exclude .xvpics -cf - * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ - fi - - dist-hook: - cp gcompris.spec $(distdir) - if test -d @PACKAGE_DATA_DIR@; then \ - $(mkinstalldirs) $(distdir)/@PACKAGE_DATA_DIR@; \ -- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ -+ cd @PACKAGE_DATA_DIR@ ; tar --exclude CVS --exclude .xvpics -cf - * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ - fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/games/gcompris2/files/patch-configure b/games/gcompris2/files/patch-configure deleted file mode 100644 index 4dc527f10096..000000000000 --- a/games/gcompris2/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon May 28 13:15:07 2001 -+++ configure Mon May 28 13:17:17 2001 -@@ -5147,14 +5147,14 @@ - PACKAGE_SOUNDS_DIR="sounds" - - cat >> confdefs.h <<EOF --#define PACKAGE_SOUNDS_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/sounds" -+#define PACKAGE_SOUNDS_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/sounds" - EOF - - - PACKAGE_DATA_DIR="boards" - - cat >> confdefs.h <<EOF --#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/boards" -+#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/boards" - EOF - - |