summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-10-27 12:23:55 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-10-27 12:25:23 -0500
commitb6afd65b60898fb1637061ad7686c30597d1c8e1 (patch)
tree948cd524860f1ff454518b2bf2c6b44f2a63c7bc /lang/guile/Makefile
parent*/*: drop useless master site (diff)
lang/guile: Remove USE_GCC=12
The Makefile has USE_GCC=12, however the port does not depend on gcc12 and depends on gcc11 instead. Somehow the USES=cc-c++11-lib overrides USE_GCC=12 and this port perfectly builds with GCC 11 PR: 265947 Reported by: salvadore
Diffstat (limited to '')
-rw-r--r--lang/guile/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index be074bb09490..0c0d08f81176 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,6 +1,6 @@
PORTNAME= guile
PORTVERSION= 3.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang scheme
MASTER_SITES= GNU
@@ -23,7 +23,6 @@ LIB_DEPENDS= libffi.so:devel/libffi \
USES= charsetfix compiler:gcc-c++11-lib cpe gmake iconv libtool \
makeinfo pathfix pkgconfig readline tar:lz
CPE_VENDOR= gnu
-USE_GCC= 12
USE_LDCONFIG= yes
GNU_CONFIGURE= yes