pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lha



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Nov  2 17:16:39 UTC 2025

Modified Files:
        pkgsrc/archivers/lha: Makefile

Log Message:
lha: compile in gnu89 mode to fix build with new gcc


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/archivers/lha/Makefile

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

Modified files:

Index: pkgsrc/archivers/lha/Makefile
diff -u pkgsrc/archivers/lha/Makefile:1.45 pkgsrc/archivers/lha/Makefile:1.46
--- pkgsrc/archivers/lha/Makefile:1.45  Mon Jan 27 19:12:38 2025
+++ pkgsrc/archivers/lha/Makefile       Sun Nov  2 17:16:39 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2025/01/27 19:12:38 rillig Exp $
+# $NetBSD: Makefile,v 1.46 2025/11/02 17:16:39 thor Exp $
 
 DISTNAME=      lha-1.14i-ac20211125
+PKGREVISION=   1
 PKGNAME=       lha-114.9.20211125
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jca02266/}
@@ -23,6 +24,8 @@ NO_SRC_ON_CDROM=      ${RESTRICTED}
 USE_TOOLS+=    autoconf automake autoreconf gmake
 GNU_CONFIGURE= yes
 
+FORCE_C_STD=   gnu89
+
 pre-configure:
        cd ${WRKSRC} && autoreconf --install --symlink
 



Home | Main Index | Thread Index | Old Index