diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-09-02 17:09:03 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-09-02 17:09:03 +0000 |
commit | 0f9d4fa8017ac74f4958188d50e0159aee47e93a (patch) | |
tree | 0b16be1c7496dcfb89fbfe730a6023136430d993 /graphics/GraphicsMagick/files/patch-configure | |
parent | - Update apache to 1.3.41 (diff) |
- Upgraded to 1.1.14.
- Made various stylistic fixes to Makefile.
- Broke files/patch-* files into individiual patch
files and used "make makepatch" to name them all
correctly.
- Removed NOPORTDOCS support, pending support in
upstream package installation process.
Reviewed by: beech, itetcu
Approved by: beech (mentor, implicit)
Diffstat (limited to 'graphics/GraphicsMagick/files/patch-configure')
-rw-r--r-- | graphics/GraphicsMagick/files/patch-configure | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/graphics/GraphicsMagick/files/patch-configure b/graphics/GraphicsMagick/files/patch-configure index af50a04fedad..a54a2698da9e 100644 --- a/graphics/GraphicsMagick/files/patch-configure +++ b/graphics/GraphicsMagick/files/patch-configure @@ -1,23 +1,29 @@ ---- 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.) +--- ./configure.orig 2008-04-10 11:16:29.000000000 -0400 ++++ ./configure 2008-09-02 08:05:29.000000000 -0400 +@@ -34040,7 +34040,7 @@ + #define MagickLibConfigSubDir "$MagickLibConfigSubDir" + _ACEOF + -MagickLibConfigPath="${LIB_DIR}/${MagickLibConfigSubDir}" +MagickLibConfigPath="${DATA_DIR}/GraphicsMagick/config" MagickLibConfigPathDefine="${MagickLibConfigPath}/" if test "$native_win32_build" = 'yes' -@@ -2130,5 +2130,5 @@ + then +@@ -34098,7 +34098,7 @@ + # # 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.) + then +@@ -34118,7 +34118,7 @@ + #define MagickShareConfigSubDir "$MagickShareConfigSubDir" + _ACEOF + -MagickShareConfigPath="${DATA_DIR}/${MagickShareConfigSubDir}" +MagickShareConfigPath="${MagickLibConfigPath}" MagickShareConfigPathDefine="${MagickShareConfigPath}/" if test "$native_win32_build" = 'yes' + then |