diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-06-25 05:13:50 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-06-25 05:13:50 +0000 |
commit | db1c85a1267d8e88e11bcbadf580bb683075ed3b (patch) | |
tree | 304765e4055934c0ed0c2c782e1da89b9cc1f119 /graphics/GraphicsMagick12/files/patch-configure | |
parent | . Don't cheat on BUILD_DEPENDS in regards to a bootstrap JDK as this (diff) |
- Update to 1.2.3
- Pass maintainership to submitter
Added file(s):
- files/patch-configure.in
Removed file(s):
- files/patch-configure
- files/patch-magick_symbols.h
- files/patch-newfpx
PR: ports/124365
Submitted by: Greg Larkin <glarkin@sourcehosting.net>
Notes
Notes:
svn path=/head/; revision=215749
Diffstat (limited to 'graphics/GraphicsMagick12/files/patch-configure')
-rw-r--r-- | graphics/GraphicsMagick12/files/patch-configure | 23 |
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' |