pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/openwv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 22 07:25:43 UTC 2026

Modified Files:
        pkgsrc/multimedia/openwv: Makefile

Log Message:
openwv: build checks for libclang, include its bl3.mk


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

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

Modified files:

Index: pkgsrc/multimedia/openwv/Makefile
diff -u pkgsrc/multimedia/openwv/Makefile:1.1 pkgsrc/multimedia/openwv/Makefile:1.2
--- pkgsrc/multimedia/openwv/Makefile:1.1       Wed Jan 21 13:59:45 2026
+++ pkgsrc/multimedia/openwv/Makefile   Thu Jan 22 07:25:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/01/21 13:59:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/22 07:25:43 wiz Exp $
 
 DISTNAME=      openwv-1.1.3
 PKGREVISION=   1
@@ -47,4 +47,5 @@ do-install:
                ${DESTDIR}${PREFIX}/share/doc/openwv
 
 .include "../../lang/rust/cargo.mk"
+.include "../../lang/clang/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index