diff options
Diffstat (limited to 'media-gfx/igal/files/igal-1.3-gentoo.diff')
-rw-r--r-- | media-gfx/igal/files/igal-1.3-gentoo.diff | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/media-gfx/igal/files/igal-1.3-gentoo.diff b/media-gfx/igal/files/igal-1.3-gentoo.diff deleted file mode 100644 index 58f78687cd43..000000000000 --- a/media-gfx/igal/files/igal-1.3-gentoo.diff +++ /dev/null @@ -1,49 +0,0 @@ ---- igal-1.3/indextemplate.html.orig 2001-09-03 19:26:32.000000000 -0400 -+++ igal-1.3/indextemplate.html 2002-10-23 20:09:40.000000000 -0400 -@@ -17,7 +17,7 @@ - </center> - - <p><font size="-1">created with --<a href="http://www.stanford.edu/~epop/igal">igal</a></font> -+<a href="http://www.stanford.edu/~epop/igal">igal</a> on <a href="http://www.gentoo.org">gentoo linux</a></font> - </font> - - </body> ---- igal-1.3/Makefile.orig 2002-10-23 20:23:18.000000000 -0400 -+++ igal-1.3/Makefile 2002-10-23 20:42:33.000000000 -0400 -@@ -1,11 +1,14 @@ - ############################################################################ - # if you change this, please also modify the value on the 8th line of igal --DESTDIR=/usr/local -+DESTDIR=/usr - ############################################################################ - - BINDIR=$(DESTDIR)/bin --MANDIR=$(DESTDIR)/man/man1 --LIBDIR=$(DESTDIR)/lib/igal -+MANDIR=$(DESTDIR)/share/man/man1 -+LIBDIR=$(DESTDIR)/share/igal/lib -+ -+default:: -+ - - clean:: - rm -rf $(LIBDIR) ---- igal-1.3/igal.orig 2002-10-23 20:19:53.000000000 -0400 -+++ igal-1.3/igal 2002-10-23 20:35:19.000000000 -0400 -@@ -5,13 +5,13 @@ - ############################################################################ - # please change this accordingly if you change the DESTDIR in the tarball - # distribution Makefile or the --prefix of the RPM installation --$LIBDIR = "/usr/local/lib/igal"; -+$LIBDIR = "/usr/share/igal/lib"; - # for example if you make DESTDIR=/usr then $LIBDIR="/usr/lib/igal" - ############################################################################ - # if you KNOW you have the ImageMagick package installed (e.g commands like - # identify and mogrify) then setting this equal to 1 may speed up the code a - # bit (igal will stop checking for these commands every time it runs) --$haveim = 0; -+$haveim = 1; - ############################################################################ - # if you KNOW you have the libjpeg stuff installed (e.g commands like cjpeg, - # djpeg and pnmscale) then setting this equal to 1 may speed up the code a |