Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/guile22 Fix lang/guile22 on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4acdd383b4e
branches:  trunk
changeset: 437719:f4acdd383b4e
user:      js <js%pkgsrc.org@localhost>
date:      Sun Aug 30 13:27:30 2020 +0000

description:
Fix lang/guile22 on Darwin

diffstat:

 lang/guile22/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r fca5b07628ce -r f4acdd383b4e lang/guile22/Makefile
--- a/lang/guile22/Makefile     Sun Aug 30 12:51:16 2020 +0000
+++ b/lang/guile22/Makefile     Sun Aug 30 13:27:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/08/19 08:11:49 nia Exp $
+# $NetBSD: Makefile,v 1.24 2020/08/30 13:27:30 js Exp $
 
 DISTNAME=      guile-2.2.7
 PKGNAME=       ${DISTNAME:S/guile/guile22/}
@@ -21,6 +21,9 @@
 CONFIGURE_ARGS+=       SHELL=${CONFIG_SHELL}
 # Needed to work around broken configure check for accept4()
 LDFLAGS.SunOS+=                -lsocket -lnsl
+# Workaround for Xcode 11 clang bug
+# https://bitbucket.org/multicoreware/x265/issues/514/wrong-code-generated-on-macos-1015
+CFLAGS.Darwin+=                -fno-stack-check
 
 .if !empty(GUILE_SUBDIR)
 # Installation prefix is non-default.



Home | Main Index | Thread Index | Old Index