pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/samurai



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun 20 09:42:31 UTC 2026

Modified Files:
        pkgsrc/devel/samurai: Makefile

Log Message:
samurai: SunOS wants __EXTENSIONS__ for getline(3).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/samurai/Makefile

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

Modified files:

Index: pkgsrc/devel/samurai/Makefile
diff -u pkgsrc/devel/samurai/Makefile:1.5 pkgsrc/devel/samurai/Makefile:1.6
--- pkgsrc/devel/samurai/Makefile:1.5   Thu Dec 17 22:01:04 2020
+++ pkgsrc/devel/samurai/Makefile       Sat Jun 20 09:42:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/12/17 22:01:04 mcf Exp $
+# $NetBSD: Makefile,v 1.6 2026/06/20 09:42:30 nia Exp $
 
 DISTNAME=      samurai-1.2
 CATEGORIES=    devel
@@ -15,4 +15,6 @@ BUILD_TARGET= samu
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}
 
+CFLAGS.SunOS+= -D__EXTENSIONS__ # getline(3)
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index