pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/guile22



Module Name:    pkgsrc
Committed By:   js
Date:           Sun Aug 30 13:27:30 UTC 2020

Modified Files:
        pkgsrc/lang/guile22: Makefile

Log Message:
Fix lang/guile22 on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/guile22/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/guile22/Makefile
diff -u pkgsrc/lang/guile22/Makefile:1.23 pkgsrc/lang/guile22/Makefile:1.24
--- pkgsrc/lang/guile22/Makefile:1.23   Wed Aug 19 08:11:49 2020
+++ pkgsrc/lang/guile22/Makefile        Sun Aug 30 13:27:30 2020
@@ -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+=      --disable-shared
 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