pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libopusenc



Module Name:    pkgsrc
Committed By:   mrg
Date:           Wed Nov 12 20:22:25 UTC 2025

Modified Files:
        pkgsrc/audio/libopusenc: Makefile

Log Message:
fix builds when doxygen is in the path.

use --disable-doc to disable building the docs not in the PLIST, as
simply finding doxygen in the path will enable it by default.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/libopusenc/Makefile

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

Modified files:

Index: pkgsrc/audio/libopusenc/Makefile
diff -u pkgsrc/audio/libopusenc/Makefile:1.2 pkgsrc/audio/libopusenc/Makefile:1.3
--- pkgsrc/audio/libopusenc/Makefile:1.2        Sat May  6 19:08:46 2023
+++ pkgsrc/audio/libopusenc/Makefile    Wed Nov 12 20:22:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/05/06 19:08:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2025/11/12 20:22:25 mrg Exp $
 
 DISTNAME=      libopusenc-0.2.1
 PKGREVISION=   1
@@ -14,6 +14,8 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
+CONFIGURE_ARGS+=       --disable-doc
+
 PKGCONFIG_OVERRIDE+=   libopusenc.pc.in
 
 .include "../../audio/libopus/buildlink3.mk"



Home | Main Index | Thread Index | Old Index