pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/groonga



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 22 10:33:14 UTC 2026

Modified Files:
        pkgsrc/textproc/groonga: Makefile

Log Message:
groonga: Fix build on SunOS w/ recent GCC


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/textproc/groonga/Makefile

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

Modified files:

Index: pkgsrc/textproc/groonga/Makefile
diff -u pkgsrc/textproc/groonga/Makefile:1.77 pkgsrc/textproc/groonga/Makefile:1.78
--- pkgsrc/textproc/groonga/Makefile:1.77       Sat Feb 14 07:41:01 2026
+++ pkgsrc/textproc/groonga/Makefile    Sun Mar 22 10:33:14 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2026/02/14 07:41:01 taca Exp $
+# $NetBSD: Makefile,v 1.78 2026/03/22 10:33:14 nia Exp $
 
 DISTNAME=      groonga-14.0.6
 PKGREVISION=   2
@@ -25,6 +25,8 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --with-ruby=${RUBY}
 
+CPPFLAGS.SunOS+=       -Dalloca=__builtin_alloca
+
 PKGCONFIG_OVERRIDE+=   groonga.pc.in
 
 PKG_SYSCONFSUBDIR=     ${PKGBASE}



Home | Main Index | Thread Index | Old Index