aboutsummaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick12/files/patch-configure
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-06-25 05:13:50 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-06-25 05:13:50 +0000
commitdb1c85a1267d8e88e11bcbadf580bb683075ed3b (patch)
tree304765e4055934c0ed0c2c782e1da89b9cc1f119 /graphics/GraphicsMagick12/files/patch-configure
parente211b79763e975a4acd7ea9c8fa0e22381b33aa8 (diff)
Notes
Diffstat (limited to 'graphics/GraphicsMagick12/files/patch-configure')
-rw-r--r--graphics/GraphicsMagick12/files/patch-configure23
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/GraphicsMagick12/files/patch-configure b/graphics/GraphicsMagick12/files/patch-configure
deleted file mode 100644
index af50a04fedad..000000000000
--- a/graphics/GraphicsMagick12/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'