pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tree-sitter



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Feb  5 09:38:30 UTC 2025

Modified Files:
        pkgsrc/textproc/tree-sitter: Makefile

Log Message:
tree-sitter: Fix regression on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/tree-sitter/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/tree-sitter/Makefile
diff -u pkgsrc/textproc/tree-sitter/Makefile:1.17 pkgsrc/textproc/tree-sitter/Makefile:1.18
--- pkgsrc/textproc/tree-sitter/Makefile:1.17   Sun Feb  2 17:51:10 2025
+++ pkgsrc/textproc/tree-sitter/Makefile        Wed Feb  5 09:38:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/02/02 17:51:10 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/05 09:38:30 jperkin Exp $
 
 DISTNAME=      tree-sitter-0.25.1
 PKGREVISION=   1
@@ -18,4 +18,6 @@ PKGCONFIG_OVERRIDE+=  lib/tree-sitter.pc.
 # https://github.com/tree-sitter/tree-sitter/issues/4180
 CFLAGS.NetBSD+=                -D_NETBSD_SOURCE
 
+CPPFLAGS.SunOS+=       -DHAVE_ENDIAN_H
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index