pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install-info



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jul  2 08:26:47 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkg_install-info: Makefile

Log Message:
pkg_install-info: SunOS needs __EXTENSIONS__.

Fixes build with GCC 14 due to popen()/pclose() visibility.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/pkg_install-info/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkg_install-info/Makefile
diff -u pkgsrc/pkgtools/pkg_install-info/Makefile:1.25 pkgsrc/pkgtools/pkg_install-info/Makefile:1.26
--- pkgsrc/pkgtools/pkg_install-info/Makefile:1.25      Tue Jun  3 08:54:50 2025
+++ pkgsrc/pkgtools/pkg_install-info/Makefile   Wed Jul  2 08:26:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2025/06/03 08:54:50 tnn Exp $
+# $NetBSD: Makefile,v 1.26 2025/07/02 08:26:47 jperkin Exp $
 #
 
 PKGNAME=               pkg_install-info-${VERSION}
@@ -13,6 +13,8 @@ LICENSE=              gnu-gpl-v2 # or later
 GNU_CONFIGURE=         yes
 FORCE_C_STD=           c99
 
+CFLAGS.SunOS+=         -D__EXTENSIONS__
+
 CHECK_PERMS=           no
 
 # Don't change this unless the sources are updated from GNU Texinfo.



Home | Main Index | Thread Index | Old Index