svn commit: r480770 - head/x11-toolkits/slingshot/files

Cy Schubert cy at FreeBSD.org
Thu Sep 27 02:41:48 UTC 2018


Author: cy
Date: Thu Sep 27 02:41:47 2018
New Revision: 480770
URL: https://svnweb.freebsd.org/changeset/ports/480770

Log:
  Fix build on i386 for lld.
  
  This also works with ld.bfd.
  
  PR:		214864
  Reported by:	emaste@

Modified:
  head/x11-toolkits/slingshot/files/patch-config.svr4   (contents, props changed)

Modified: head/x11-toolkits/slingshot/files/patch-config.svr4
==============================================================================
--- head/x11-toolkits/slingshot/files/patch-config.svr4	Thu Sep 27 02:07:35 2018	(r480769)
+++ head/x11-toolkits/slingshot/files/patch-config.svr4	Thu Sep 27 02:41:47 2018	(r480770)
@@ -1,11 +1,13 @@
 --- config.svr4.orig	Wed May 17 11:15:53 2006
 +++ config.svr4	Wed May 17 11:19:04 2006
-@@ -1,7 +1,7 @@
+@@ -1,8 +1,8 @@
  
  #	@(#) config.svr4 1.7 92/10/27 
  
 -CONFIGPIC		= -Kpic
 +CONFIGPIC		= -fPIC
- CONFIGSHAREDLIBLD	= ld -G -o $@ -h libsspkg.so.1 $? -lm -lc;
+-CONFIGSHAREDLIBLD	= ld -G -o $@ -h libsspkg.so.1 $? -lm -lc;
++CONFIGSHAREDLIBLD	= ld -G $? -o $@ -h libsspkg.so.1 -L/usr/lib -lm -lc --shared;
  
  SHAREDLIB		= $(LIBDIR)/libsspkg.so.1
+ CONFIGTARGETS		= $(SHAREDLIB)


More information about the svn-ports-head mailing list