From d0b43af1f050ec49b47496fff255ba60e1f40d14 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Tue, 2 Sep 2008 17:16:41 +0000 Subject: - Upgraded to 1.2.5 - Stylistic issues fixed in Makefile and added new options to help performance on certain architectures - Removed NOPORTDOCS support, pending upstream installation process support Reviewed by: beech, itetcu Approved by: beech (mentor, implicit) --- graphics/GraphicsMagick13/files/patch-configure | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 graphics/GraphicsMagick13/files/patch-configure (limited to 'graphics/GraphicsMagick13/files/patch-configure') diff --git a/graphics/GraphicsMagick13/files/patch-configure b/graphics/GraphicsMagick13/files/patch-configure deleted file mode 100644 index af50a04fedad..000000000000 --- a/graphics/GraphicsMagick13/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure Fri Mar 18 19:35:06 2005 -+++ configure Tue Jul 26 22:53:50 2005 -@@ -2092,5 +2092,5 @@ - MagickLibConfigSubDir="${MagickLibSubdir}/config" - AC_DEFINE_UNQUOTED(MagickLibConfigSubDir,"$MagickLibConfigSubDir",Subdirectory of lib where architecture-dependent configuration files live.) --MagickLibConfigPath="${LIB_DIR}/${MagickLibConfigSubDir}" -+MagickLibConfigPath="${DATA_DIR}/GraphicsMagick/config" - MagickLibConfigPathDefine="${MagickLibConfigPath}/" - if test "$native_win32_build" = 'yes' -@@ -2130,5 +2130,5 @@ - # Path to GraphicsMagick share files - MagickShareSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}" --MagickSharePath="${DATA_DIR}/${MagickShareSubdir}" -+MagickSharePath="${DATA_DIR}/GraphicsMagick/" - MagickSharePathDefine="${MagickSharePath}/" - if test "$native_win32_build" = 'yes' -@@ -2142,5 +2142,5 @@ - MagickShareConfigSubDir="${MagickLibSubdir}/config" - AC_DEFINE_UNQUOTED(MagickShareConfigSubDir,"$MagickShareConfigSubDir",Subdirectory of lib where architecture-independent configuration files live.) --MagickShareConfigPath="${DATA_DIR}/${MagickShareConfigSubDir}" -+MagickShareConfigPath="${MagickLibConfigPath}" - MagickShareConfigPathDefine="${MagickShareConfigPath}/" - if test "$native_win32_build" = 'yes' -- cgit v1.2.3