pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libde265



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jan 31 19:37:12 UTC 2023

Modified Files:
        pkgsrc/multimedia/libde265: Makefile

Log Message:
libde265: pkg-config is required to avoid an autoreconf error.

* Fix 'error: possibly undefined macro: AC_SUBST' error.
  This failure was reported by wiz@. Thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/libde265/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/libde265/Makefile
diff -u pkgsrc/multimedia/libde265/Makefile:1.8 pkgsrc/multimedia/libde265/Makefile:1.9
--- pkgsrc/multimedia/libde265/Makefile:1.8     Tue Jan 31 01:37:11 2023
+++ pkgsrc/multimedia/libde265/Makefile Tue Jan 31 19:37:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/01/31 01:37:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2023/01/31 19:37:12 ryoon Exp $
 
 DISTNAME=      libde265-1.0.10
 PKGREVISION=   1
@@ -12,7 +12,7 @@ COMMENT=      Open h.265 video codec implemen
 LICENSE=       gnu-lgpl-v3
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            autoconf automake autoreconf
+USE_TOOLS+=            autoconf automake autoreconf pkg-config
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-sherlock265



Home | Main Index | Thread Index | Old Index