pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/ladspa
Module Name: pkgsrc
Committed By: triaxx
Date: Sat Jan 28 18:19:59 UTC 2023
Modified Files:
pkgsrc/audio/ladspa: Makefile
Log Message:
ladspa: Fix building failure with PREFER_PKGSRC=yes
pkgsrc changes:
---------------
* Add blk3 of terminfo to fix a linking error about ncurses.
* Bump revision
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/ladspa/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/ladspa/Makefile
diff -u pkgsrc/audio/ladspa/Makefile:1.20 pkgsrc/audio/ladspa/Makefile:1.21
--- pkgsrc/audio/ladspa/Makefile:1.20 Sun Sep 11 12:51:18 2022
+++ pkgsrc/audio/ladspa/Makefile Sat Jan 28 18:19:59 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2022/09/11 12:51:18 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2023/01/28 18:19:59 triaxx Exp $
DISTNAME= ladspa_sdk_1.17
PKGNAME= ${DISTNAME:S/_sdk_/-/}
DIST_SUBDIR= ${DISTNAME} # remove on next update
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= https://www.ladspa.org/download/
EXTRACT_SUFX= .tgz
@@ -37,4 +37,5 @@ do-install:
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
LDFLAGS+= ${BUILDLINK_LDADD.dl}
+.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index