pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libdsk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  8 12:32:20 UTC 2026

Modified Files:
        pkgsrc/emulators/libdsk: Makefile

Log Message:
libdsk: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/libdsk/Makefile

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

Modified files:

Index: pkgsrc/emulators/libdsk/Makefile
diff -u pkgsrc/emulators/libdsk/Makefile:1.5 pkgsrc/emulators/libdsk/Makefile:1.6
--- pkgsrc/emulators/libdsk/Makefile:1.5        Sat Dec 16 11:40:47 2023
+++ pkgsrc/emulators/libdsk/Makefile    Wed Apr  8 12:32:20 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/12/16 11:40:47 zafer Exp $
-#
+# $NetBSD: Makefile,v 1.6 2026/04/08 12:32:20 wiz Exp $
 
 DISTNAME=      libdsk-1.3.8
-CATEGORIES=    sysutils
+CATEGORIES=    emulators
 MASTER_SITES=  https://www.seasip.info/Unix/LibDsk/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,4 +13,6 @@ GNU_CONFIGURE=        yes
 USE_LANGUAGES= c
 USE_LIBTOOL=   yes
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index