pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/xnec2c



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jan  3 08:33:39 UTC 2024

Modified Files:
        pkgsrc/ham/xnec2c: Makefile

Log Message:
(ham/xnec2c) Fix build by USE_CC_FEATURES+= c17 (for NetBSD 9.0)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/ham/xnec2c/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/xnec2c/Makefile
diff -u pkgsrc/ham/xnec2c/Makefile:1.36 pkgsrc/ham/xnec2c/Makefile:1.37
--- pkgsrc/ham/xnec2c/Makefile:1.36     Mon Dec 18 14:19:35 2023
+++ pkgsrc/ham/xnec2c/Makefile  Wed Jan  3 08:33:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2023/12/18 14:19:35 mef Exp $
+# $NetBSD: Makefile,v 1.37 2024/01/03 08:33:39 mef Exp $
 
 DISTNAME=      xnec2c-4.2.3
 CATEGORIES=    ham
@@ -24,6 +24,8 @@ INSTALLATION_DIRS=    share/doc/xnec2c
 #ld: /tmp/ham/xnec2c/work/xnec2c-4.2.1/src/optimize.c:132: undefined reference to `inotify_add_watch'
 CFLAGS+=               -linotify -L${PREFIX}/lib
 
+USE_CC_FEATURES+=      c17
+
 post-install:
        cd ${WRKSRC}/doc && ${PAX} -pp -rw * ${DESTDIR}${PREFIX}/share/doc/xnec2c
 



Home | Main Index | Thread Index | Old Index