pkgsrc-WIP-changes archive

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

cudd: GCC_REQD+=10 to make it compile with OpenROAD



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sun Sep 1 11:36:41 2024 +0530
Changeset:	296307cd5beed941dba176ca3fa6c75a6a2f074f

Modified Files:
	cudd/Makefile

Log Message:
cudd: GCC_REQD+=10 to make it compile with OpenROAD

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

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 insertions(+)

diffs:
diff --git a/cudd/Makefile b/cudd/Makefile
index 29d489f52e..7968f50170 100644
--- a/cudd/Makefile
+++ b/cudd/Makefile
@@ -15,6 +15,8 @@ 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