pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/abiword



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  7 10:44:54 UTC 2025

Modified Files:
        pkgsrc/editors/abiword: Makefile options.mk

Log Message:
abiword: fix build on NetBSD 11.99.4

Fix pkglint while here


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 pkgsrc/editors/abiword/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/abiword/options.mk

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

Modified files:

Index: pkgsrc/editors/abiword/Makefile
diff -u pkgsrc/editors/abiword/Makefile:1.244 pkgsrc/editors/abiword/Makefile:1.245
--- pkgsrc/editors/abiword/Makefile:1.244       Thu Nov 27 06:56:24 2025
+++ pkgsrc/editors/abiword/Makefile     Sun Dec  7 10:44:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.244 2025/11/27 06:56:24 wiz Exp $
+# $NetBSD: Makefile,v 1.245 2025/12/07 10:44:54 wiz Exp $
 
 .include       "Makefile.common"
 
@@ -30,6 +30,11 @@ CONFIGURE_ARGS+=     --with-evolution-data-s
 
 PKGCONFIG_OVERRIDE+=   libabiword.pc.in
 
+.include "../../mk/compiler.mk"
+.if ${CC_VERSION:Mgcc-14.*} || ${CC_VERSION:Mgcc-15.*}
+CFLAGS+=       -Wno-incompatible-pointer-types
+.endif
+
 pre-configure:
        cd ${WRKSRC} && ${ALL_ENV} ${SH} autogen.sh
 

Index: pkgsrc/editors/abiword/options.mk
diff -u pkgsrc/editors/abiword/options.mk:1.4 pkgsrc/editors/abiword/options.mk:1.5
--- pkgsrc/editors/abiword/options.mk:1.4       Sat Jun  8 10:40:53 2019
+++ pkgsrc/editors/abiword/options.mk   Sun Dec  7 10:44:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/06/08 10:40:53 rillig Exp $
+# $NetBSD: options.mk,v 1.5 2025/12/07 10:44:54 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.abiword
 PKG_SUPPORTED_OPTIONS=         debug
@@ -15,4 +15,3 @@ CONFIGURE_ARGS+=      --enable-debug
 INSTALL_UNSTRIPPED=    yes
 CFLAGS+=               -O0
 .endif
-



Home | Main Index | Thread Index | Old Index