pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/gumbo-parser



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 17 12:42:52 UTC 2025

Modified Files:
        pkgsrc/www/gumbo-parser: Makefile

Log Message:
gumbo-parser: SunOS needs __EXTENSIONS__.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/gumbo-parser/Makefile

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

Modified files:

Index: pkgsrc/www/gumbo-parser/Makefile
diff -u pkgsrc/www/gumbo-parser/Makefile:1.6 pkgsrc/www/gumbo-parser/Makefile:1.7
--- pkgsrc/www/gumbo-parser/Makefile:1.6        Fri Sep  5 14:56:05 2025
+++ pkgsrc/www/gumbo-parser/Makefile    Fri Oct 17 12:42:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/09/05 14:56:05 ktnb Exp $
+# $NetBSD: Makefile,v 1.7 2025/10/17 12:42:52 jperkin Exp $
 
 VERSION=       0.13.2
 PKGNAME=       gumbo-parser-${VERSION}
@@ -22,6 +22,8 @@ PKGCONFIG_OVERRIDE=   gumbo.pc.in
 
 USE_LANGUAGES= c c++
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 pre-configure:
        cd ${WRKSRC} && ./autogen.sh
 



Home | Main Index | Thread Index | Old Index