pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/lpcnetfreedv



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jul 10 08:55:02 UTC 2023

Modified Files:
        pkgsrc/ham/lpcnetfreedv: Makefile

Log Message:
lpcnetfreedv: Assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/ham/lpcnetfreedv/Makefile

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

Modified files:

Index: pkgsrc/ham/lpcnetfreedv/Makefile
diff -u pkgsrc/ham/lpcnetfreedv/Makefile:1.1 pkgsrc/ham/lpcnetfreedv/Makefile:1.2
--- pkgsrc/ham/lpcnetfreedv/Makefile:1.1        Sun Nov 29 23:12:43 2020
+++ pkgsrc/ham/lpcnetfreedv/Makefile    Mon Jul 10 08:55:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/11/29 23:12:43 dbj Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/10 08:55:02 nia Exp $
 
 # https://github.com/drowe67/LPCNet/archive/v0.2.tar.gz
 # http://rowetel.com/downloads/deep/lpcnet_191005_v1.0.tgz
@@ -17,7 +17,8 @@ HOMEPAGE=     https://github.com/drowe67/LPC
 COMMENT=       LPCNet library for use by FreeDV
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= c
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
 USE_TOOLS+=    tar pkg-config
 
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index