Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 19:30:07 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5f92d038225 - main - graphics/gimp-app: drop unused variable after 71774c7f2e2e + ce48c74dd8e2
Message-ID:  <202305191930.34JJU7ZH023399@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e5f92d038225f65a3143c168fcd0b433cb66466f

commit e5f92d038225f65a3143c168fcd0b433cb66466f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-19 19:19:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-19 19:28:55 +0000

    graphics/gimp-app: drop unused variable after 71774c7f2e2e + ce48c74dd8e2
    
    - WITH_DEBUG feature enables debug symbols and disables optimization
    - DEBUG option enables runtime checks, assertions, etc
    - --enable-debug simply adds -g to CFLAGS, similar to WITH_DEBUG
    
    Reported by:    portscan
---
 graphics/gimp-app/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 6f51538770c8..775f2e5df46d 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -104,8 +104,6 @@ LIB_DEPENDS+=	libgimp-2.0.so:graphics/gimp-app
 
 .else
 
-DEBUG_CONFIGURE_ON=	--enable-debug
-
 AALIB_DESC=	Ascii-art Plug-in
 OPENJPEG_DESC=	Enhanced JPEG (jpeg2000) graphics support
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305191930.34JJU7ZH023399>