mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 22:09:22 -04:00
Do not install libiberty.a to aviod conflicts with devel/gnulibiberty [0] Do not install include/ansidecl.h, to avoid conflicts with gcc49 [1] Fix gold usage when linking c++ code, related to ctors [2] Thanks to dim for help with getting gold to build with libc++! PR: ports/176406 [0], ports/184327 [1] Submitted by: Craig Leres <leres@ee.lbl.gov> [0] Gerald Pfeifer <gerald@pfeifer.com> [1] Requested by: rdivacky [2]
11 lines
342 B
Text
11 lines
342 B
Text
--- gold/Makefile.in.orig 2013-11-04 16:33:39.000000000 +0100
|
|
+++ gold/Makefile.in 2013-12-13 17:15:03.279391312 +0100
|
|
@@ -419,7 +419,7 @@
|
|
-DTOOLLIBDIR="\"$(tooldir)/lib\"" @INCINTL@
|
|
|
|
LIBIBERTY = ../libiberty/libiberty.a
|
|
-@PLUGINS_TRUE@LIBDL = @DLOPEN_LIBS@
|
|
+@PLUGINS_TRUE@LIBDL =
|
|
@THREADS_TRUE@THREADSLIB = -lpthread
|
|
AM_YFLAGS = -d
|
|
|