pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lft



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 20 20:27:00 UTC 2026

Modified Files:
        pkgsrc/net/lft: Makefile

Log Message:
lft: Fix build on SunOS with recent gcc


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/lft/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/lft/Makefile
diff -u pkgsrc/net/lft/Makefile:1.14 pkgsrc/net/lft/Makefile:1.15
--- pkgsrc/net/lft/Makefile:1.14        Tue Mar 24 14:40:56 2020
+++ pkgsrc/net/lft/Makefile     Fri Mar 20 20:27:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/03/24 14:40:56 nia Exp $
+# $NetBSD: Makefile,v 1.15 2026/03/20 20:27:00 nia Exp $
 
 DISTNAME=      lft-3.8
 PKGNAME=       lft-3.80
@@ -13,6 +13,8 @@ LICENSE=      lft-license
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+CFLAGS.SunOS+=         -Dalloca=__builtin_alloca
+
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man8
 
 do-install:



Home | Main Index | Thread Index | Old Index