Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2023 01:05:04 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: 22b34ee4bde8 - main - cad/solvespace: drop unused variable after 2c672a4de941
Message-ID:  <202305210105.34L154Ex050331@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=22b34ee4bde80163760cbc5092e62308d681ed24

commit 22b34ee4bde80163760cbc5092e62308d681ed24
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-21 00:59:34 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-21 01:03:56 +0000

    cad/solvespace: drop unused variable after 2c672a4de941
    
    Reported by:    portscan, portlint
---
 cad/solvespace/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile
index 19171121f8b9..cafc3789ead9 100644
--- a/cad/solvespace/Makefile
+++ b/cad/solvespace/Makefile
@@ -31,8 +31,6 @@ GH_PROJECT=	libdxfrw:libdxfrw mimalloc:mimalloc
 GH_TAGNAME=	0b7b7b7:libdxfrw 38a0322:mimalloc
 GH_SUBDIR=	extlib/libdxfrw:libdxfrw extlib/mimalloc:mimalloc
 
-INSTALLS_ICONS=	YES
-
 post-patch:
 	${REINPLACE_CMD} -e '/-stdlib=libc++/d' ${WRKSRC}/CMakeLists.txt
 



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