pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ada-gnatcoll-bindings-25/patches



Module Name:    pkgsrc
Committed By:   dkazankov
Date:           Wed Jul 30 17:51:00 UTC 2025

Added Files:
        pkgsrc/devel/ada-gnatcoll-bindings-25/patches:
            patch-iconv_iconv__support.c

Log Message:
ada-gnatcoll-bindings-25: fix build error on NetBSD 9

caused lower iconv version


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/ada-gnatcoll-bindings-25/patches/patch-iconv_iconv__support.c

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

Added files:

Index: pkgsrc/devel/ada-gnatcoll-bindings-25/patches/patch-iconv_iconv__support.c
diff -u /dev/null pkgsrc/devel/ada-gnatcoll-bindings-25/patches/patch-iconv_iconv__support.c:1.1
--- /dev/null   Wed Jul 30 17:51:00 2025
+++ pkgsrc/devel/ada-gnatcoll-bindings-25/patches/patch-iconv_iconv__support.c  Wed Jul 30 17:51:00 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-iconv_iconv__support.c,v 1.1 2025/07/30 17:51:00 dkazankov Exp $
+
+Fix build error on NetBSD 9
+
+--- iconv/iconv_support.c.orig 2024-07-11 14:49:55.000000000 +0300
++++ iconv/iconv_support.c
+@@ -31,7 +31,7 @@
+     size_t *outbytesleft)
+ #else
+ size_t gnatcoll_iconv
+-   (iconv_t cd,  char** inbuf, size_t *inbytesleft, char** outbuf,
++   (iconv_t cd, const char** inbuf, size_t *inbytesleft, char** outbuf,
+     size_t *outbytesleft)
+ #endif
+ {



Home | Main Index | Thread Index | Old Index