From acc2847217e272a77d42bccfb781e7dda330073d Mon Sep 17 00:00:00 2001 From: "Eric L. Hernes" Date: Fri, 28 Feb 1997 19:19:40 +0000 Subject: upgrade to 0.99.1 --- graphics/gimp-devel/files/patch-ac | 61 -------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 graphics/gimp-devel/files/patch-ac (limited to 'graphics/gimp-devel/files/patch-ac') diff --git a/graphics/gimp-devel/files/patch-ac b/graphics/gimp-devel/files/patch-ac deleted file mode 100644 index 7e5a1845afe1..000000000000 --- a/graphics/gimp-devel/files/patch-ac +++ /dev/null @@ -1,61 +0,0 @@ ---- configure~ Mon Nov 18 10:20:48 1996 -+++ configure Mon Nov 18 10:21:54 1996 -@@ -2324,7 +2324,7 @@ - EOF - cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF - for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then ---- configure.in~ Mon Nov 18 10:37:13 1996 -+++ configure.in Mon Nov 18 10:37:25 1996 -@@ -221,4 +221,4 @@ - AC_SUBST(_SHLIBS_) - - dnl Output the Makefiles --AC_OUTPUT(Makefile app/Makefile plug-ins/Makefile) -+AC_OUTPUT(Makefile app/Makefile plug-ins/Makefile gimprc) ---- Makefile.in~ Mon Nov 18 11:11:16 1996 -+++ Makefile.in Mon Nov 18 11:12:22 1996 -@@ -16,7 +16,7 @@ - # set the MAKE variable if necessary - @SET_MAKE@ - --INSTALL = ./install-sh -c -+INSTALL = /usr/bin/install -c - - all: - ( cd gtk ; $(MAKE) ) -@@ -24,22 +24,22 @@ - ( cd app ; $(MAKE) ) - - install: -- $(INSTALL) -d $(libdir)/gimp -- $(INSTALL) -d $(libdir)/gimp/brushes -- $(INSTALL) -m 644 gimprc $(libdir)/gimp -+ $(INSTALL) -d $(datadir)/gimp -+ $(INSTALL) -d $(datadir)/gimp/brushes -+ $(INSTALL) -m 644 gimprc $(datadir)/gimp - for brush in brushes/*; do \ - echo $$brush; \ -- $(INSTALL) -m 644 "$$brush" $(libdir)/gimp/brushes; \ -+ $(INSTALL) -m 644 "$$brush" $(datadir)/gimp/brushes; \ - done -- $(INSTALL) -d $(libdir)/gimp/palettes -+ $(INSTALL) -d $(datadir)/gimp/palettes - for palette in palettes/*; do \ - echo $$palette; \ -- $(INSTALL) -m 644 "$$palette" $(libdir)/gimp/palettes; \ -+ $(INSTALL) -m 644 "$$palette" $(datadir)/gimp/palettes; \ - done -- $(INSTALL) -d $(libdir)/gimp/patterns -+ $(INSTALL) -d $(datadir)/gimp/patterns - for pattern in patterns/*; do \ - echo $$pattern; \ -- $(INSTALL) -m 644 "$$pattern" $(libdir)/gimp/patterns; \ -+ $(INSTALL) -m 644 "$$pattern" $(datadir)/gimp/patterns; \ - done - ( cd plug-ins ; $(MAKE) install ) - ( cd app ; $(MAKE) install ) -- cgit v1.2.3