pkgsrc-WIP-changes archive

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

sox_ng: upstream says to use configure, not cmake



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Jun 24 21:08:57 2025 +0200
Changeset:	62a2312e279f9a0a25bc3d0a8dbdb86a05c91618

Modified Files:
	sox_ng/Makefile

Log Message:
sox_ng: upstream says to use configure, not cmake

still doesn't build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=62a2312e279f9a0a25bc3d0a8dbdb86a05c91618

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

diffstat:
 sox_ng/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/sox_ng/Makefile b/sox_ng/Makefile
index 9716e41957..54050c28e5 100644
--- a/sox_ng/Makefile
+++ b/sox_ng/Makefile
@@ -11,6 +11,8 @@ LICENSE=	gnu-lgpl-v2.1 AND gnu-gpl-v2
 
 USE_LANGUAGES=		c c++
 USE_TOOLS+=		pkg-config
+GNU_CONFIGURE=		yes
+USE_LIBTOOL=		yes
 
 PKGCONFIG_OVERRIDE+=	sox.pc.in
 
@@ -21,7 +23,6 @@ SUBST_STAGE.gsm=	pre-configure
 
 .include "options.mk"
 
-.include "../../devel/cmake/build.mk"
 .include "../../audio/flac/buildlink3.mk"
 .include "../../audio/gsm/buildlink3.mk"
 .include "../../audio/libmad/buildlink3.mk"


Home | Main Index | Thread Index | Old Index