diff options
author | Matthew White <mehw.is.me@inventati.org> | 2024-03-31 08:29:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-03-31 09:27:02 -0700 |
commit | b7e21df46f74f27f04c332e2ae01864b3390d1d0 (patch) | |
tree | 922a6d4881324f4aa42a44d25d483b11a6d0d0f1 /app-misc | |
parent | net-firewall/ipset: drop 7.19-r1 (diff) | |
download | gentoo-b7e21df46f74f27f04c332e2ae01864b3390d1d0.tar.gz gentoo-b7e21df46f74f27f04c332e2ae01864b3390d1d0.tar.bz2 gentoo-b7e21df46f74f27f04c332e2ae01864b3390d1d0.zip |
app-misc/ddcutil: fix command not found error
Fixes:
* QA Notice: command not found:
*
* ./configure: line 2975: 0: command not found
Closes: https://bugs.gentoo.org/922205
Package-Manager: portage-3.0.63
Signed-off-by: Matthew White <mehw.is.me@inventati.org>
X-cherry-picked: 0eb622b9779318b160ed865c095d3bdd4508d96c)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/36012
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch b/app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch index 07897eb74e80..deabd2bfedbc 100644 --- a/app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch +++ b/app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch @@ -19,7 +19,7 @@ index c12f15c..27d2124 100644 dnl AC_MSG_NOTICE([DBG = |$DBG|]) -AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, [test "x$ddcutil_version_suffix" != "x"] ) -+AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, 0) ++AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, [test 0]) AS_IF( [test 0$DBG -ne 0], AC_MSG_NOTICE([debug messages enabled]), |