diff options
author | Ørjan Malde <red@foxi.me> | 2025-05-01 13:09:05 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2025-05-01 13:09:05 +0200 |
commit | 1eade4ca05939a234897aa696409d8f7857af83a (patch) | |
tree | 0c92d7d99428e7daf0b07d3e2f9dd0ff01dfdde0 /patches/libgpg_error-1.41_pre.local.patch | |
parent | 261f11bd72bba5884b1875fefe99a1a280a50fc1 (diff) | |
download | midipix_build-1eade4ca05939a234897aa696409d8f7857af83a.tar.bz2 midipix_build-1eade4ca05939a234897aa696409d8f7857af83a.tar.xz |
groups.d/251.native_packages_lib.d/libgpg_error.package: bump to v1.55
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/libgpg_error-1.41_pre.local.patch')
-rw-r--r-- | patches/libgpg_error-1.41_pre.local.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/patches/libgpg_error-1.41_pre.local.patch b/patches/libgpg_error-1.41_pre.local.patch deleted file mode 100644 index f499a5e7..00000000 --- a/patches/libgpg_error-1.41_pre.local.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -ru a/configure.ac b/configure.ac ---- a/configure.ac 2019-03-19 04:56:05.000000000 -0400 -+++ b/configure.ac 2020-03-11 12:27:31.000000000 -0400 -@@ -549,19 +549,19 @@ - fi - ;; - esac --case "$libdir" in -- /usr/lib|/usr/lib64|/lib|/lib64) ;; -- '${exec_prefix}/lib') -- if test "$exec_prefix" = "NONE"; then -- if test "$prefix" != / -a "$prefix" != /usr; then -- GPG_ERROR_CONFIG_LIBS="-L$libdir $GPG_ERROR_CONFIG_LIBS" -- fi -- elif test "$exec_prefix" != / -a "$exec_prefix" != /usr; then -- GPG_ERROR_CONFIG_LIBS="-L$libdir $GPG_ERROR_CONFIG_LIBS" -- fi -- ;; -- *) GPG_ERROR_CONFIG_LIBS="-L$libdir $GPG_ERROR_CONFIG_LIBS" ;; --esac -+#case "$libdir" in -+# /usr/lib|/usr/lib64|/lib|/lib64) ;; -+# '${exec_prefix}/lib') -+# if test "$exec_prefix" = "NONE"; then -+# if test "$prefix" != / -a "$prefix" != /usr; then -+# GPG_ERROR_CONFIG_LIBS="-L$libdir $GPG_ERROR_CONFIG_LIBS" -+# fi -+# elif test "$exec_prefix" != / -a "$exec_prefix" != /usr; then -+# GPG_ERROR_CONFIG_LIBS="-L$libdir $GPG_ERROR_CONFIG_LIBS" -+# fi -+# ;; -+# *) GPG_ERROR_CONFIG_LIBS="-L$libdir $GPG_ERROR_CONFIG_LIBS" ;; -+#esac - - AC_SUBST(GPG_ERROR_CONFIG_LIBS) - AC_SUBST(GPG_ERROR_CONFIG_CFLAGS) |