pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pangox-compat



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 21 12:18:01 UTC 2025

Modified Files:
        pkgsrc/devel/pangox-compat: Makefile

Log Message:
(devel/pangox-compat) work arround fix for gcc-14.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/pangox-compat/Makefile

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

Modified files:

Index: pkgsrc/devel/pangox-compat/Makefile
diff -u pkgsrc/devel/pangox-compat/Makefile:1.27 pkgsrc/devel/pangox-compat/Makefile:1.28
--- pkgsrc/devel/pangox-compat/Makefile:1.27    Thu Oct 23 20:36:35 2025
+++ pkgsrc/devel/pangox-compat/Makefile Sun Dec 21 12:18:01 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2025/10/23 20:36:35 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/12/21 12:18:01 mef Exp $
 
 DISTNAME=      pangox-compat-0.0.2
-PKGREVISION=   17
+PKGREVISION=   18
 CATEGORIES=    devel fonts
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pangox-compat/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -16,6 +16,12 @@ USE_LANGUAGES=               c c++
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
 
+# work arround for older style programming (for gcc-14.3.0)
+CFLAGS+=               -Wno-deprecated-declarations
+CFLAGS+=               -Wno-implicit-function-declaration
+CFLAGS+=               -Wno-int-conversion
+CFLAGS+=               -Wno-incompatible-pointer-types
+
 PKGCONFIG_OVERRIDE=    pangox.pc.in
 
 .include "../../devel/pango/buildlink3.mk"



Home | Main Index | Thread Index | Old Index