0aad46
patches/imagemagick-7.0.9-12.local.patch: via midipix.
@@ -1,16 +1,54 @@
|
|
1
|
-
--- ImageMagick-7.0.9-12/configure.orig 2019-12-
|
2
|
-
+++ ImageMagick-7.0.9-12/configure 2019-12-
|
3
|
-
|
1
|
+
--- ImageMagick-7.0.9-12/configure.orig 2019-12-28 16:36:23.721685562 +0000
|
2
|
+
+++ ImageMagick-7.0.9-12/configure 2019-12-28 16:36:28.661685403 +0000
|
3
|
+
|
4
|
+
for ac_dir in config "$srcdir"/config; do
|
5
|
+
if test -f "$ac_dir/install-sh"; then
|
6
|
+
ac_aux_dir=$ac_dir
|
7
|
+
- ac_install_sh="$SHELL $ac_pwd/$ac_aux_dir/install-sh -c"
|
8
|
+
+ ac_install_sh="$ac_aux_dir/install-sh -c"
|
9
|
+
break
|
10
|
+
elif test -f "$ac_dir/install.sh"; then
|
11
|
+
ac_aux_dir=$ac_dir
|
12
|
+
|
4
13
|
|
5
|
-
|
14
|
+
MAGICK_VERSION=7.0.9-12
|
6
|
-
if test "$with_modules" != 'no' ; then
|
7
|
-
- if test "$libtool_build_shared_libs" = 'no'; then
|
8
|
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Modules may only be built if building shared libraries is enabled." >&5
|
9
|
-
-$as_echo "$as_me: WARNING: Modules may only be built if building shared libraries is enabled." >&2;}
|
10
|
-
- build_modules='no'
|
11
|
-
- else
|
12
|
-
build_modules='yes'
|
13
|
-
- fi
|
14
|
-
fi
|
15
|
-
if test "$build_modules" != 'no' ; then
|
16
15
|
|
16
|
+
-MAGICK_GIT_REVISION=16588:7fdd47e:20191226
|
17
|
+
+MAGICK_GIT_REVISION=0::20191228
|
18
|
+
|
19
|
+
|
20
|
+
# Substitute library versioning
|
21
|
+
|
22
|
+
dynamic_linker='GNU/Linux ld.so'
|
23
|
+
;;
|
24
|
+
|
25
|
+
+midipix*)
|
26
|
+
+ version_type=linux # correct to gnu/linux during the next big refactor
|
27
|
+
+ need_lib_prefix=no
|
28
|
+
+ need_version=no
|
29
|
+
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
30
|
+
+ soname_spec='$libname$release$shared_ext$major'
|
31
|
+
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
32
|
+
+ shlibpath_var=LD_LIBRARY_PATH
|
33
|
+
+ ;;
|
34
|
+
+
|
35
|
+
netbsd*)
|
36
|
+
version_type=sunos
|
37
|
+
need_lib_prefix=no
|
38
|
+
|
39
|
+
dynamic_linker='GNU/Linux ld.so'
|
40
|
+
;;
|
41
|
+
|
42
|
+
+midipix*)
|
43
|
+
+ version_type=linux # correct to gnu/linux during the next big refactor
|
44
|
+
+ need_lib_prefix=no
|
45
|
+
+ need_version=no
|
46
|
+
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
47
|
+
+ soname_spec='$libname$release$shared_ext$major'
|
48
|
+
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
49
|
+
+ shlibpath_var=LD_LIBRARY_PATH
|
50
|
+
+ ;;
|
51
|
+
+
|
52
|
+
netbsd*)
|
53
|
+
version_type=sunos
|
54
|
+
need_lib_prefix=no
|