freebsd-ports/graphics/GraphicsMagick12/files/patch-configure.in
Greg Larkin d0b43af1f0 - 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)
2008-09-02 17:16:41 +00:00

20 lines
636 B
Text

--- 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