openbsd-ports/graphics/ImageMagick/patches/patch-configure_ac
2007-09-19 18:46:55 +00:00

39 lines
1.4 KiB
Plaintext

$OpenBSD: patch-configure_ac,v 1.8 2007/09/19 18:46:55 sthen Exp $
--- configure.ac.orig Tue Sep 11 20:19:52 2007
+++ configure.ac Mon Sep 17 23:14:21 2007
@@ -390,6 +390,7 @@ with_ltdl='no'
if test "$libtool_build_shared_libs" != 'no'; then
with_ltdl='yes'
fi
+with_ltdl='no'
AM_CONDITIONAL(WITH_LTDL, test "$with_ltdl" != 'no')
if test "$with_ltdl" != 'no'; then
@@ -2076,7 +2077,7 @@ AC_SUBST(PERLMAINCC)
#
# Subdirectory under lib to place ImageMagick lib files
-MagickLibSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
+MagickLibSubdir="${PACKAGE_NAME}"
AC_DEFINE_UNQUOTED(MagickLibSubdir,"$MagickLibSubdir",Subdirectory of lib where ImageMagick architecture dependent files are installed)
# Path to ImageMagick bin directory
@@ -2134,7 +2135,7 @@ AC_SUBST(MagickFilterModulesPath)
#
# Path to ImageMagick document files
-MagickDocumentSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
+MagickDocumentSubdir="${PACKAGE_NAME}"
MagickDocumentPath="${DATA_DIR}/doc/${MagickDocumentSubdir}"
MagickDocumentPathDefine="${MagickDocumentPath}/"
if test "$native_win32_build" = 'yes'; then
@@ -2145,7 +2146,7 @@ AC_SUBST(MagickDocumentPath)
#
# Path to ImageMagick share files
-MagickShareSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}"
+MagickShareSubdir="${PACKAGE_NAME}"
MagickSharePath="${DATA_DIR}/${MagickShareSubdir}"
MagickSharePathDefine="${MagickSharePath}/"
if test "$native_win32_build" = 'yes'; then