diff options
author | mef <mef@pkgsrc.org> | 2022-01-26 15:52:51 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2022-01-26 15:52:51 +0000 |
commit | e7b014647af57071500cc9d0ade625fa64a17e75 (patch) | |
tree | 547b55dfa28862ad044dde5624a27926dcfc9018 /games/liblcf | |
parent | e973680e95c4c238b11c15e34511b68b69fb4941 (diff) | |
download | pkgsrc-e7b014647af57071500cc9d0ade625fa64a17e75.tar.gz |
(games/liblcf) build fix adding patch-configure
Diffstat (limited to 'games/liblcf')
-rw-r--r-- | games/liblcf/distinfo | 4 | ||||
-rw-r--r-- | games/liblcf/patches/patch-configure | 16 |
2 files changed, 18 insertions, 2 deletions
diff --git a/games/liblcf/distinfo b/games/liblcf/distinfo index b01fb7891a3..008ec1f2148 100644 --- a/games/liblcf/distinfo +++ b/games/liblcf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2022/01/16 14:32:01 nia Exp $ +$NetBSD: distinfo,v 1.8 2022/01/26 15:52:51 mef Exp $ BLAKE2s (liblcf-0.7.0.tar.gz) = 53479d72b79cc093e444af46f73ba2164251bb16e83f3318a4e6044f036810c2 SHA512 (liblcf-0.7.0.tar.gz) = 83dcc72adf256f1188f1784e57fdb698c0bc7999da1e05c4a2dc9d300d7b6d75822e59039332a0e0e3e126120a92d354a3353a63d480fb18db02f2bd12a99805 Size (liblcf-0.7.0.tar.gz) = 666421 bytes -SHA1 (patch-configure) = 7d5392bed34710af31fef123404ff85446f26aae +SHA1 (patch-configure) = c5b9ebf87e1b9ba158ead0f846f2048791fbc5bc diff --git a/games/liblcf/patches/patch-configure b/games/liblcf/patches/patch-configure new file mode 100644 index 00000000000..271c0134691 --- /dev/null +++ b/games/liblcf/patches/patch-configure @@ -0,0 +1,16 @@ +$NetBSD: patch-configure,v 1.1 2022/01/26 15:52:51 mef Exp $ + +ERROR: [check-portability.awk] => Found test ... == ...: +ERROR: [check-portability.awk] configure:17552: if test $LCF_SUPPORT_XML == 1; then + +--- configure.orig 2022-01-27 00:42:03.338356476 +0900 ++++ configure 2022-01-27 00:43:34.775513479 +0900 +@@ -17549,7 +17549,7 @@ fi + + + fi +- if test $LCF_SUPPORT_XML == 1; then ++ if test $LCF_SUPPORT_XML = 1; then + SUPPORT_XML_TRUE= + SUPPORT_XML_FALSE='#' + else |