pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/guile30
Module Name: pkgsrc
Committed By: gdt
Date: Sun Jan 8 21:21:03 UTC 2023
Modified Files:
pkgsrc/lang/guile30: Makefile
Log Message:
guile30: Disable lto
There are unclear issues with lto. Until that's sorted, just disable
it. Resolves build failure on NetBSD/i386.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/guile30/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/guile30/Makefile
diff -u pkgsrc/lang/guile30/Makefile:1.5 pkgsrc/lang/guile30/Makefile:1.6
--- pkgsrc/lang/guile30/Makefile:1.5 Wed Oct 26 10:31:04 2022
+++ pkgsrc/lang/guile30/Makefile Sun Jan 8 21:21:03 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/10/26 10:31:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/08 21:21:03 gdt Exp $
DISTNAME= guile-3.0.8
PKGNAME= ${DISTNAME:S/guile/guile30/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.gnu.org/gnu/guile/
@@ -23,6 +23,8 @@ LDFLAGS.SunOS+= -lsocket -lnsl
MAKE_ENV+= PAXCTL=echo
MAKE_ENV.NetBSD+= PAXCTL=/usr/sbin/paxctl
+CONFIGURE_ARGS+= --disable-lto
+
.if !empty(GUILE_SUBDIR)
# Installation prefix is non-default.
GUILE_PREFIX= ${PREFIX}/${GUILE_SUBDIR}
Home |
Main Index |
Thread Index |
Old Index