pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/jumpgate



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Sep 13 08:38:45 UTC 2026

Modified Files:
        pkgsrc/net/jumpgate: Makefile

Log Message:
jumpgate: fix build with newer gcc

Fixes PR pkg/60157.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/jumpgate/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/jumpgate/Makefile
diff -u pkgsrc/net/jumpgate/Makefile:1.7 pkgsrc/net/jumpgate/Makefile:1.8
--- pkgsrc/net/jumpgate/Makefile:1.7    Fri Jan  2 09:14:07 2026
+++ pkgsrc/net/jumpgate/Makefile        Sun Sep 13 08:38:45 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2026/01/02 09:14:07 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/09/13 08:38:45 bsiegert Exp $
 
 DISTNAME=      jumpgate-0.7
 CATEGORIES=    net
@@ -10,6 +10,9 @@ COMMENT=      TCP connection forwarder with c
 
 GNU_CONFIGURE= YES
 
+# Fix for newer gcc
+CFLAGS+=       -Wno-implicit-int
+
 INSTALLATION_DIRS=     ${PKGMANDIR}/man8 sbin
 
 do-install:



Home | Main Index | Thread Index | Old Index