diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-09-02 17:16:41 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-09-02 17:16:41 +0000 |
commit | d0b43af1f050ec49b47496fff255ba60e1f40d14 (patch) | |
tree | 6ccdbed12d7d235834598dcb90abef79095d5d02 /graphics/GraphicsMagick12/files/patch-configure.in | |
parent | - Upgraded to 1.1.14. (diff) |
- 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)
Diffstat (limited to 'graphics/GraphicsMagick12/files/patch-configure.in')
-rw-r--r-- | graphics/GraphicsMagick12/files/patch-configure.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick12/files/patch-configure.in b/graphics/GraphicsMagick12/files/patch-configure.in new file mode 100644 index 000000000000..ed7a7535689b --- /dev/null +++ b/graphics/GraphicsMagick12/files/patch-configure.in @@ -0,0 +1,20 @@ +--- configure.orig 2008-05-18 17:22:52.000000000 -0400 ++++ configure 2008-06-06 18:37:48.269146182 -0400 +@@ -37604,7 +37604,7 @@ + # + + # Subdirectory under lib to place GraphicsMagick lib files +-MagickLibSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}" ++MagickLibSubdir="${PACKAGE_NAME}" + + cat >>confdefs.h <<_ACEOF + #define MagickLibSubdir "$MagickLibSubdir" +@@ -37708,7 +37708,7 @@ + + # + # Path to GraphicsMagick share files +-MagickShareSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}" ++MagickShareSubdir="${PACKAGE_NAME}" + MagickSharePath="${DATA_DIR}/${MagickShareSubdir}" + MagickSharePathDefine="${MagickSharePath}/" + case "${build_os}" in |