pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncmpcpp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Oct 17 07:40:34 UTC 2025

Modified Files:
        pkgsrc/audio/ncmpcpp: Makefile

Log Message:
ncmpcpp: uses libtool, add dependency to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/ncmpcpp/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/ncmpcpp/Makefile
diff -u pkgsrc/audio/ncmpcpp/Makefile:1.35 pkgsrc/audio/ncmpcpp/Makefile:1.36
--- pkgsrc/audio/ncmpcpp/Makefile:1.35  Sun Oct  5 19:25:41 2025
+++ pkgsrc/audio/ncmpcpp/Makefile       Fri Oct 17 07:40:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2025/10/05 19:25:41 js Exp $
+# $NetBSD: Makefile,v 1.36 2025/10/17 07:40:34 wiz Exp $
 
 DISTNAME=      ncmpcpp-0.10.1
 PKGREVISION=   2
@@ -12,6 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_CXX_FEATURES=      c++20
 USE_LANGUAGES=         c c++
+USE_LIBTOOL=           yes
 USE_TOOLS+=            autoconf automake autoreconf pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_PREFIX.boost-headers}



Home | Main Index | Thread Index | Old Index