pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cudd: GCC_REQD removed, as it's no more found necessary



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sun Feb 16 20:38:01 2025 +0530
Changeset:	8a6f5c219004532cab14920e65745154bb6045a0

Modified Files:
	cudd/Makefile

Log Message:
cudd: GCC_REQD removed, as it's no more found necessary

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a6f5c219004532cab14920e65745154bb6045a0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cudd/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/cudd/Makefile b/cudd/Makefile
index 7968f50170..29d489f52e 100644
--- a/cudd/Makefile
+++ b/cudd/Makefile
@@ -15,8 +15,6 @@ GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_LANGUAGES=	c c++
 
-GCC_REQD+=	10
-
 pre-configure:
 	set -e; cd ${WRKSRC} && autoreconf -fi
 


Home | Main Index | Thread Index | Old Index