- 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)
20 lines
636 B
Text
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
|