diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-26 12:56:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-26 12:56:26 +0000 |
commit | 1a4ca43453c1868d07fe14c73161ed9d26cb1c6d (patch) | |
tree | f3029854884d4475e54f6fc533e33a857317de98 /audio/vamp-plugin-sdk/files | |
parent | - Remove useless -pthread replace (diff) |
audio/vamp-plugin-sdk: Add DragonFly support
Bring in fix from dports (port is not maintained)
I confirmed it still builds on FreeBSD.
Notes
Notes:
svn path=/head/; revision=382301
Diffstat (limited to 'audio/vamp-plugin-sdk/files')
-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 |