pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/vamp-plugin-sdk



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Feb 12 02:50:13 UTC 2020

Modified Files:
        pkgsrc/audio/vamp-plugin-sdk: Makefile

Log Message:
vamp-plugin-sdk: Fix usage of -ldl in pkgconfig file


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/vamp-plugin-sdk/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/vamp-plugin-sdk/Makefile
diff -u pkgsrc/audio/vamp-plugin-sdk/Makefile:1.3 pkgsrc/audio/vamp-plugin-sdk/Makefile:1.4
--- pkgsrc/audio/vamp-plugin-sdk/Makefile:1.3   Sat Nov 23 11:46:35 2019
+++ pkgsrc/audio/vamp-plugin-sdk/Makefile       Wed Feb 12 02:50:13 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/11/23 11:46:35 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/12 02:50:13 nia Exp $
 
 DISTNAME=      vamp-plugin-sdk-2.8.0
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  https://code.soundsoftware.ac.uk/attachments/download/2450/
 
@@ -14,6 +15,12 @@ USE_LANGUAGES=       c c++
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
+SUBST_CLASSES+=                dl
+SUBST_STAGE.dl=                pre-configure
+SUBST_MESSAGE.dl=      Fixing usage of -ldl in pkgconfig file.
+SUBST_FILES.dl+=       pkgconfig/vamp-hostsdk.pc.in
+SUBST_SED.dl=          -e "s,-ldl,${DL_LIBS},g"
+
 PKGCONFIG_OVERRIDE+=   pkgconfig/vamp-hostsdk.pc.in
 PKGCONFIG_OVERRIDE+=   pkgconfig/vamp-sdk.pc.in
 PKGCONFIG_OVERRIDE+=   pkgconfig/vamp.pc.in



Home | Main Index | Thread Index | Old Index