diff options
author | leot <leot@pkgsrc.org> | 2018-05-21 07:24:20 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-05-21 07:24:20 +0000 |
commit | 0fd99d601c6f631a3d54f8044392eb8abff2371c (patch) | |
tree | 0927232769d2c947c3cf151c99674c52fb385bc0 /security | |
parent | 39f770f18ed651bcfb0dc5d42849784bc4276367 (diff) | |
download | pkgsrc-0fd99d601c6f631a3d54f8044392eb8abff2371c.tar.gz |
libsecret: Directly patch Makefile.in to avoid automake
Previously if `automake' was not available during the build,
patch-libsecret_Makefile.am was effectively not applied to the Makefile.
To avoid to depends on `automake' just directly patch the Makefile.in.
Should fix the problem reported by Mayuresh on pkgsrc-users@
regarding the use of dollar single quotes ($'...') (also if `automake' is not
available!).
Diffstat (limited to 'security')
-rw-r--r-- | security/libsecret/distinfo | 4 | ||||
-rw-r--r-- | security/libsecret/patches/patch-Makefile.in (renamed from security/libsecret/patches/patch-libsecret_Makefile.am) | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/libsecret/distinfo b/security/libsecret/distinfo index 6c23105b7d5..a3d53d27c80 100644 --- a/security/libsecret/distinfo +++ b/security/libsecret/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2018/05/20 17:30:04 leot Exp $ +$NetBSD: distinfo,v 1.10 2018/05/21 07:24:20 leot Exp $ SHA1 (libsecret-0.18.6.tar.xz) = e840a40062c135f4eec41f057a326d9ed519ff4f RMD160 (libsecret-0.18.6.tar.xz) = 95ba50baf3d4e54cfdc86d7531e5a5761d32f4cc SHA512 (libsecret-0.18.6.tar.xz) = 4997519762f1470cfc0a4b3a791362d030af3c9b6ce6f58f8f8073b3a8adeea9b8caacedc884163997081dc39f395f9172330dbb41fed45d6c43ac5809de48e3 Size (libsecret-0.18.6.tar.xz) = 487836 bytes -SHA1 (patch-libsecret_Makefile.am) = 5a780adc70bfbf8b6724cbda6675cedd4bea042e +SHA1 (patch-Makefile.in) = ef56257d405013db5bb20b1bb53f0541c50aa7e4 diff --git a/security/libsecret/patches/patch-libsecret_Makefile.am b/security/libsecret/patches/patch-Makefile.in index acd677107fd..35c778af8b1 100644 --- a/security/libsecret/patches/patch-libsecret_Makefile.am +++ b/security/libsecret/patches/patch-Makefile.in @@ -1,10 +1,10 @@ -$NetBSD: patch-libsecret_Makefile.am,v 1.1 2018/05/20 17:30:04 leot Exp $ +$NetBSD: patch-Makefile.in,v 1.3 2018/05/21 07:24:20 leot Exp $ Avoid to use not-so-ubiquitous/non-standard dollar single quotes use ($'...'). ---- libsecret/Makefile.am.orig 2017-12-05 13:16:03.000000000 +0000 -+++ libsecret/Makefile.am -@@ -89,7 +89,8 @@ temp-dbus-generated.c: $(DBUS_XML_DEFINI +--- Makefile.in.orig 2018-03-29 12:31:33.000000000 +0000 ++++ Makefile.in +@@ -2647,7 +2647,8 @@ temp-dbus-generated.c: $(DBUS_XML_DEFINI $(AM_V_GEN) gdbus-codegen --interface-prefix org.freedesktop.Secret. \ --generate-c-code temp-dbus-generated --c-namespace SecretGen $< secret-dbus-generated.c: temp-dbus-generated.c Makefile.am |