pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/uriparser
Module Name: pkgsrc
Committed By: nia
Date: Fri Dec 19 12:30:05 UTC 2025
Modified Files:
pkgsrc/textproc/uriparser: Makefile
Log Message:
uriparser: Define __EXTENSIONS__ reallocarray on illumos.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/uriparser/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/uriparser/Makefile
diff -u pkgsrc/textproc/uriparser/Makefile:1.21 pkgsrc/textproc/uriparser/Makefile:1.22
--- pkgsrc/textproc/uriparser/Makefile:1.21 Mon Dec 15 21:10:12 2025
+++ pkgsrc/textproc/uriparser/Makefile Fri Dec 19 12:30:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/12/15 21:10:12 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/12/19 12:30:04 nia Exp $
DISTNAME= uriparser-1.0.0
CATEGORIES= textproc
@@ -18,6 +18,7 @@ CMAKE_CONFIGURE_ARGS+= -DURIPARSER_BUIL
# reallocarray etc
CFLAGS.NetBSD+= -D_OPENBSD_SOURCE
+CFLAGS.SunOS+= -D__EXTENSIONS__
LDFLAGS.SunOS+= -lsocket -lnsl
Home |
Main Index |
Thread Index |
Old Index