diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-19 13:08:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-19 13:08:38 +0000 |
commit | 25375e24c545b1d930b3839761e15ba50a38f5b2 (patch) | |
tree | 96ffad8ba400065c674e389353b03c538949af34 /graphics/ImageMagick/files/patch-ak | |
parent | Update md5. There was an annoucement about the update from the patch author. (diff) |
Update to 5.2.1.
PR: ports/19944
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer)
Notes
Notes:
svn path=/head/; revision=30854
Diffstat (limited to 'graphics/ImageMagick/files/patch-ak')
-rw-r--r-- | graphics/ImageMagick/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ImageMagick/files/patch-ak b/graphics/ImageMagick/files/patch-ak new file mode 100644 index 000000000000..fd19d77540f0 --- /dev/null +++ b/graphics/ImageMagick/files/patch-ak @@ -0,0 +1,11 @@ +--- magick/Makefile.in.orig Fri Jun 30 11:05:56 2000 ++++ magick/Makefile.in Sat Jul 15 10:01:31 2000 +@@ -248,7 +248,7 @@ + + + # Where modules are installed +-pkgdir = $(libdir)/ImageMagick/modules/coders ++@WITH_MODULES_TRUE@pkgdir = $(libdir)/ImageMagick/modules/coders + + # Architecture-dependent data files installed with modules + pkg_DATA = |