git: e5f92d038225 - main - graphics/gimp-app: drop unused variable after 71774c7f2e2e + ce48c74dd8e2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 19:30:07 UTC
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