svn commit: r465747 - head/audio/invada-studio-plugins-lv2/files

Yuri Victorovich yuri at FreeBSD.org
Tue Mar 27 20:10:04 UTC 2018


Author: yuri
Date: Tue Mar 27 20:10:03 2018
New Revision: 465747
URL: https://svnweb.freebsd.org/changeset/ports/465747

Log:
  audio/invada-studio-plugins-lv2: Remove -fPIC from the linker command line for LLVM's lld linker
  
  PR:		226971
  Reported by:	emaste

Modified:
  head/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile

Modified: head/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile
==============================================================================
--- head/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile	Tue Mar 27 19:46:02 2018	(r465746)
+++ head/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile	Tue Mar 27 20:10:03 2018	(r465747)
@@ -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 \


More information about the svn-ports-all mailing list