pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tightvnc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 22 21:39:12 UTC 2024

Modified Files:
        pkgsrc/net/tightvnc: Makefile

Log Message:
tightvnc: Default to an old C standard so there aren't too many problems
with K&R style default-int behaviour


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/net/tightvnc/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/tightvnc/Makefile
diff -u pkgsrc/net/tightvnc/Makefile:1.60 pkgsrc/net/tightvnc/Makefile:1.61
--- pkgsrc/net/tightvnc/Makefile:1.60   Tue Oct 24 22:10:35 2023
+++ pkgsrc/net/tightvnc/Makefile        Sun Dec 22 21:39:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2023/10/24 22:10:35 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2024/12/22 21:39:12 nia Exp $
 
 DISTNAME=              tightvnc-1.3.10
 PKGREVISION=           22
@@ -17,6 +17,8 @@ USE_IMAKE=            yes
 USE_TOOLS+=            perl:run
 MAKE_JOBS_SAFE=                no
 
+FORCE_C_STD=           gnu89
+
 BUILD_TARGET=          World
 
 TOOL_DEPENDS+=         tradcpp-[0-9]*:../../devel/tradcpp



Home | Main Index | Thread Index | Old Index