aboutsummaryrefslogtreecommitdiff
path: root/audio/invada-studio-plugins-lv2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-27 20:10:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-27 20:10:03 +0000
commit1ed904593bb5059e632e62ad8ff0f70a32539368 (patch)
treeddda36b09ebf60036ac760dbd69ea8e3e54ae51d /audio/invada-studio-plugins-lv2
parentc2965defefa2d634d339e2de085c5e5d7b12b5ca (diff)
downloadports-1ed904593bb5059e632e62ad8ff0f70a32539368.tar.gz
ports-1ed904593bb5059e632e62ad8ff0f70a32539368.zip
audio/invada-studio-plugins-lv2: Remove -fPIC from the linker command line for LLVM's lld linker
PR: 226971 Reported by: emaste
Notes
Notes: svn path=/head/; revision=465747
Diffstat (limited to 'audio/invada-studio-plugins-lv2')
-rw-r--r--audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile b/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile
index de5a98507645..ede5509264e7 100644
--- a/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile
+++ b/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile
@@ -11,7 +11,7 @@
+CC ?= cc
+LD ?= cc
+CFLAGS += -I. `pkg-config --cflags cairo gtk+-2.0` -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC
-+LDFLAGS += -shared -Lwidgets -L../plugin/library -lc -lm -linv_widgets -linv_common `pkg-config --libs cairo gtk+-2.0` -fPIC
++LDFLAGS += -shared -Lwidgets -L../plugin/library -lc -lm -linv_widgets -linv_common `pkg-config --libs cairo gtk+-2.0`
GUIS = inv_compressor_gui.so \