pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/w3m



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul  1 14:04:32 UTC 2023

Modified Files:
        pkgsrc/www/w3m: Makefile.common

Log Message:
w3m: assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/w3m/Makefile.common

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

Modified files:

Index: pkgsrc/www/w3m/Makefile.common
diff -u pkgsrc/www/w3m/Makefile.common:1.77 pkgsrc/www/w3m/Makefile.common:1.78
--- pkgsrc/www/w3m/Makefile.common:1.77 Wed Jun 21 15:16:15 2023
+++ pkgsrc/www/w3m/Makefile.common      Sat Jul  1 14:04:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.77 2023/06/21 15:16:15 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.78 2023/07/01 14:04:32 nia Exp $
 #
 # used by www/w3m/Makefile
 # used by www/w3m-img/Makefile
@@ -16,7 +16,8 @@ HOMEPAGE=     http://w3m.sourceforge.net/
 WRKSRC=                ${WRKDIR}/w3m-${W3M_VERS:S/+/-/}
 
 GNU_CONFIGURE=         yes
-USE_LANGUAGES=         c c++
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES=         c99 c++
 USE_TOOLS+=            gmake   # Needed for some combinations of options...
 USE_TOOLS+=            msgfmt
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index