(games/liblcf) build fix adding patch-configure

This commit is contained in:
mef 2022-01-26 15:52:51 +00:00
parent ad6d1e3131
commit 1186bc4940
2 changed files with 18 additions and 2 deletions

View file

@ -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

View file

@ -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