aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-26 20:56:26 +0800
committermarino <marino@FreeBSD.org>2015-03-26 20:56:26 +0800
commit8fba80240eea59e1b0f4e36fe61c4df881059196 (patch)
treef3029854884d4475e54f6fc533e33a857317de98 /audio
parent9861169630eeb6cb3a5806ac064aa45a28e8d579 (diff)
downloadfreebsd-ports-gnome-8fba80240eea59e1b0f4e36fe61c4df881059196.tar.gz
freebsd-ports-gnome-8fba80240eea59e1b0f4e36fe61c4df881059196.tar.zst
freebsd-ports-gnome-8fba80240eea59e1b0f4e36fe61c4df881059196.zip
audio/vamp-plugin-sdk: Add DragonFly support
Bring in fix from dports (port is not maintained) I confirmed it still builds on FreeBSD.
Diffstat (limited to 'audio')
-rw-r--r--audio/vamp-plugin-sdk/files/patch-Makefile.in (renamed from audio/vamp-plugin-sdk/files/patch-Makefile)13
1 files changed, 9 insertions, 4 deletions
diff --git a/audio/vamp-plugin-sdk/files/patch-Makefile b/audio/vamp-plugin-sdk/files/patch-Makefile.in
index e1910bb4050e..a2141c13f6f1 100644
--- a/audio/vamp-plugin-sdk/files/patch-Makefile
+++ b/audio/vamp-plugin-sdk/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2011-11-24 17:27:03.000000000 +0400
-+++ Makefile.in 2014-09-11 14:44:47.000000000 +0400
-@@ -87,7 +87,7 @@
+--- Makefile.in.orig 2011-11-24 13:27:03 UTC
++++ Makefile.in
+@@ -87,11 +87,11 @@ INSTALL_HOSTSDK_LINK_DEV = libvamp-host
INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a
INSTALL_HOSTSDK_LA = libvamp-hostsdk.la
@@ -9,7 +9,12 @@
# Flags required to tell the compiler to create a dynamically loadable object
#
-@@ -288,18 +288,6 @@
+-DYNAMIC_LDFLAGS = -static-libgcc -shared -Wl,-Bsymbolic
++DYNAMIC_LDFLAGS = -shared -Wl,-Bsymbolic
+ SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_SDK_LINK_ABI)
+ HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_HOSTSDK_LINK_ABI)
+
+@@ -288,18 +288,6 @@ install: $(SDK_STATIC) $(SDK_DYNAMIC) $(
> $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp-sdk.pc
sed "s,%PREFIX%,$(INSTALL_PREFIX)," $(PCDIR)/vamp-hostsdk.pc.in \
> $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp-hostsdk.pc