diff options
author | Ørjan Malde <red@foxi.me> | 2020-06-19 20:37:11 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-06-19 19:52:41 +0100 |
commit | 2dd6695edcbaf487ce2bff6bdb021a6d27c7840f (patch) | |
tree | cb1978d5779bf348ead944c99cf6ac64f0f7e8bb /patches | |
parent | 7a3bf76eb5f6d3f5ba1c2cc1e2bcc9bbd9130b09 (diff) | |
download | midipix_build-2dd6695edcbaf487ce2bff6bdb021a6d27c7840f.tar.bz2 midipix_build-2dd6695edcbaf487ce2bff6bdb021a6d27c7840f.tar.xz |
groups/261.native_packages_x11.group: imlib2: bump to v1.6.1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/imlib2-1.6.1_pre.local.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/patches/imlib2-1.6.1_pre.local.patch b/patches/imlib2-1.6.1_pre.local.patch new file mode 100644 index 00000000..789e7242 --- /dev/null +++ b/patches/imlib2-1.6.1_pre.local.patch @@ -0,0 +1,20 @@ +diff -ru imlib2-1.6.1.orig/configure imlib2-1.6.1/configure +--- imlib2-1.6.1.orig/configure 2019-12-13 19:10:11.000000000 +0100 ++++ imlib2-1.6.1/configure 2020-06-19 20:33:49.167201190 +0200 +@@ -12366,6 +12366,16 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + ++midipix*) ++ version_type=linux # correct to gnu/linux during the next big refactor ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ++ soname_spec='$libname$release$shared_ext$major' ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ + netbsd*) + version_type=sunos + need_lib_prefix=no |