pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libsamplerate
Module Name: pkgsrc
Committed By: triaxx
Date: Fri Feb 3 21:19:55 UTC 2023
Modified Files:
pkgsrc/audio/libsamplerate: Makefile
Log Message:
libsamplerate: Fix building failure for PREFER_PKGSRC=yes
pkgsrc changes:
---------------
* Add blk3 of terminfo to fix a linking error about ncurses.
* Remove reference of WRKSRC in PKGCONFIG_OVERRIDE to make pkglint fine.
* Bump revision.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/libsamplerate/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/libsamplerate/Makefile
diff -u pkgsrc/audio/libsamplerate/Makefile:1.31 pkgsrc/audio/libsamplerate/Makefile:1.32
--- pkgsrc/audio/libsamplerate/Makefile:1.31 Sun Sep 11 12:51:04 2022
+++ pkgsrc/audio/libsamplerate/Makefile Fri Feb 3 21:19:55 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2022/09/11 12:51:04 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/02/03 21:19:55 triaxx Exp $
DISTNAME= libsamplerate-0.2.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=libsndfile/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -15,7 +15,7 @@ LICENSE= 2-clause-bsd
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/samplerate.pc.in
+PKGCONFIG_OVERRIDE+= samplerate.pc.in
TEST_TARGET= check
@@ -23,4 +23,5 @@ BUILDLINK_API_DEPENDS.libsndfile+= libsn
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index