pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/anthy



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Dec 19 11:32:50 UTC 2025

Modified Files:
        pkgsrc/inputmethod/anthy: Makefile.common

Log Message:
anthy: Fix build on SunOS with recent gcc.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/anthy/Makefile.common

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

Modified files:

Index: pkgsrc/inputmethod/anthy/Makefile.common
diff -u pkgsrc/inputmethod/anthy/Makefile.common:1.12 pkgsrc/inputmethod/anthy/Makefile.common:1.13
--- pkgsrc/inputmethod/anthy/Makefile.common:1.12       Fri Nov 21 08:55:27 2025
+++ pkgsrc/inputmethod/anthy/Makefile.common    Fri Dec 19 11:32:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2025/11/21 08:55:27 wiz Exp $
+# $NetBSD: Makefile.common,v 1.13 2025/12/19 11:32:50 nia Exp $
 # used by inputmethod/anthy/Makefile
 # used by inputmethod/anthy-elisp/Makefile
 
@@ -13,3 +13,5 @@ PATCHDIR=     ${.CURDIR}/../../inputmethod/a
 
 #HOMEPAGE=     https://anthy.osdn.jp/
 LICENSE=       gnu-gpl-v2
+
+CFLAGS.SunOS+= -Dalloca=__builtin_alloca



Home | Main Index | Thread Index | Old Index