pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ORBit2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jul 16 09:42:34 UTC 2025

Modified Files:
        pkgsrc/net/ORBit2: Makefile

Log Message:
ORBit2: Add -Wno-error overrides.

Released 15 years ago, it's not going to get fixed any time soon.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/ORBit2/Makefile

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

Modified files:

Index: pkgsrc/net/ORBit2/Makefile
diff -u pkgsrc/net/ORBit2/Makefile:1.86 pkgsrc/net/ORBit2/Makefile:1.87
--- pkgsrc/net/ORBit2/Makefile:1.86     Wed Dec  8 16:02:26 2021
+++ pkgsrc/net/ORBit2/Makefile  Wed Jul 16 09:42:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2021/12/08 16:02:26 adam Exp $
+# $NetBSD: Makefile,v 1.87 2025/07/16 09:42:34 jperkin Exp $
 
 DISTNAME=              ORBit2-2.14.19
 PKGREVISION=           6
@@ -34,6 +34,12 @@ PKG_SUGGESTED_OPTIONS=       inet6
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"
 
+# Way too many hardcoded issues to patch
+.if ${PKGSRC_COMPILER:Mgcc}
+CFLAGS+=               -Wno-error=implicit-int
+CFLAGS+=               -Wno-error=incompatible-pointer-types
+.endif
+
 .if !empty(PKG_OPTIONS:Minet6)
 CPPFLAGS+=             -DINET6
 .endif



Home | Main Index | Thread Index | Old Index