diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2001-09-26 07:42:12 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2001-09-26 07:42:12 +0000 |
commit | e28683b891d520570451668205cdfebea9397778 (patch) | |
tree | 447694bafbfc1150751da32a4d40de18a788482f /media-gfx/gimp/files | |
parent | made sure opengl was really disabled and fixed manpage destination (diff) | |
download | gentoo-2-e28683b891d520570451668205cdfebea9397778.tar.gz gentoo-2-e28683b891d520570451668205cdfebea9397778.tar.bz2 gentoo-2-e28683b891d520570451668205cdfebea9397778.zip |
gimp 1.2.2
Diffstat (limited to 'media-gfx/gimp/files')
-rw-r--r-- | media-gfx/gimp/files/digest-gimp-1.2.2 | 1 | ||||
-rw-r--r-- | media-gfx/gimp/files/gimp-1.2.2-gentoo.diff | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/media-gfx/gimp/files/digest-gimp-1.2.2 b/media-gfx/gimp/files/digest-gimp-1.2.2 new file mode 100644 index 000000000000..e08e34b9fa6c --- /dev/null +++ b/media-gfx/gimp/files/digest-gimp-1.2.2 @@ -0,0 +1 @@ +MD5 680c01b0fc35cd68c540eb9d236f5e1a gimp-1.2.2.tar.bz2 diff --git a/media-gfx/gimp/files/gimp-1.2.2-gentoo.diff b/media-gfx/gimp/files/gimp-1.2.2-gentoo.diff new file mode 100644 index 000000000000..2021e975f7ba --- /dev/null +++ b/media-gfx/gimp/files/gimp-1.2.2-gentoo.diff @@ -0,0 +1,25 @@ +--- Makefile.am~ Mon Dec 18 16:14:07 2000 ++++ Makefile.am Fri Jun 22 16:58:34 2001 +@@ -105,6 +105,7 @@ + polar \ + ps \ + psd \ ++ psd_save \ + $(PSP) \ + randomize \ + ripple \ +@@ -944,6 +945,14 @@ + psd.c + + psd_LDADD = \ ++ $(top_builddir)/libgimp/libgimp.la \ ++ $(GLIB_LIBS) \ ++ $(INTLLIBS) ++ ++psd_save_SOURCES = \ ++ psd_save.c ++ ++psd_save_LDADD = \ + $(top_builddir)/libgimp/libgimp.la \ + $(GLIB_LIBS) \ + $(INTLLIBS) |