From 66fc4f53bf019b1788eb9307f1460a646bd0f874 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sat, 9 Aug 2025 09:55:00 +0200 Subject: [PATCH] gnu: quesoglc: Fix commit. This is a follow-up to commit 175a368b9c3c023b22925d7b0ef3cbb616cd55cc . * gnu/packages/game-development.scm (quesoglc)[arguments] <#:configure-flags>: Really change as intended. Change-Id: I8bc96cb5f3fc5136a051bd2868c14b631c83f4b3 --- gnu/packages/game-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 4a9122a66d52ab9125e2d4729f9f34383a15c63b..9ef6df8d805f8ba556a76e7a6807aa26e541cb1a 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1493,7 +1493,7 @@ It offers the following features: (arguments `(#:configure-flags ;; Disable added pointer type checks (quesoglc no longer maintained) - '("CFLAGS=-Wnoerror=incompatible-pointer-types"))) + '("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"))) (native-inputs (list pkg-config)) (inputs (list fontconfig freeglut fribidi glew)) (home-page "https://quesoglc.sourceforge.net")