From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0520A15800D for ; Mon, 3 Jul 2023 05:14:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27642E0841; Mon, 3 Jul 2023 05:14:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DD58E0841 for ; Mon, 3 Jul 2023 05:14:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD0F9340D32 for ; Mon, 3 Jul 2023 05:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F011AAC3 for ; Mon, 3 Jul 2023 05:14:45 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1688361241.2675cfc6a2bafffec57e4067215403e56fd42e75.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch X-VCS-Directories: app-misc/ddcutil/files/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2675cfc6a2bafffec57e4067215403e56fd42e75 X-VCS-Branch: master Date: Mon, 3 Jul 2023 05:14:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f58cf8c2-2f1a-4585-8a29-3e1013a724f0 X-Archives-Hash: c0a0fc3cd40f9f27e017cba193157141 commit: 2675cfc6a2bafffec57e4067215403e56fd42e75 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jul 3 05:14:01 2023 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Jul 3 05:14:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2675cfc6 app-misc/ddcutil: fix -Werror again Signed-off-by: Robin H. Johnson gentoo.org> Closes: https://bugs.gentoo.org/909501 app-misc/ddcutil/files/ddcutil-1.4.1-no-werror.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 dc7954960649..07897eb74e80 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 @@ -12,3 +12,14 @@ index c12f15c..27d2124 100644 CLEANFILES = \ *expand +--- ddcutil-1.4.1/configure.ac.orig 2023-07-02 22:11:20.601695946 -0700 ++++ ddcutil-1.4.1/configure.ac 2023-07-02 22:11:41.306685606 -0700 +@@ -63,7 +63,7 @@ + AC_ARG_VAR(DBG, [Turn on script debugging messages(0/1)]) + 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) + + AS_IF( [test 0$DBG -ne 0], + AC_MSG_NOTICE([debug messages enabled]),