diff options
Diffstat (limited to 'audio/vamp-plugin-sdk')
| -rw-r--r-- | audio/vamp-plugin-sdk/Makefile | 2 | ||||
| -rw-r--r-- | audio/vamp-plugin-sdk/files/patch-Makefile.in | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/audio/vamp-plugin-sdk/Makefile b/audio/vamp-plugin-sdk/Makefile index 98f292c88f76..885a360a693a 100644 --- a/audio/vamp-plugin-sdk/Makefile +++ b/audio/vamp-plugin-sdk/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsndfile.so:audio/libsndfile GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes post-install: diff --git a/audio/vamp-plugin-sdk/files/patch-Makefile.in b/audio/vamp-plugin-sdk/files/patch-Makefile.in index aa7d079f8ffa..64188239a5fc 100644 --- a/audio/vamp-plugin-sdk/files/patch-Makefile.in +++ b/audio/vamp-plugin-sdk/files/patch-Makefile.in @@ -1,11 +1,6 @@ --- Makefile.in.orig 2015-06-22 08:28:58 UTC +++ Makefile.in -@@ -90,11 +90,11 @@ INSTALL_HOSTSDK_LINK_DEV = libvamp-host - INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a - INSTALL_HOSTSDK_LA = libvamp-hostsdk.la - --INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/lib/pkgconfig -+INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/libdata/pkgconfig +@@ -94,7 +94,7 @@ INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/ # Flags required to tell the compiler to create a dynamically loadable object # |
