diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-01-14 20:12:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-01-14 20:12:19 +0000 |
commit | a40e46aa019455887aea66adcc8c51cc98165922 (patch) | |
tree | 5d62ab3594653052d8482dcdc1b212420cd5cc7e /devel/icu | |
parent | 8fb4c4110e88acf8ab4f2bb2ca52f77b8f0c7118 (diff) | |
download | ports-a40e46aa019455887aea66adcc8c51cc98165922.tar.gz ports-a40e46aa019455887aea66adcc8c51cc98165922.zip |
Notes
Diffstat (limited to 'devel/icu')
-rw-r--r-- | devel/icu/files/patch-config__mh-bsd-gcc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/icu/files/patch-config__mh-bsd-gcc b/devel/icu/files/patch-config__mh-bsd-gcc new file mode 100644 index 000000000000..d5576fd75111 --- /dev/null +++ b/devel/icu/files/patch-config__mh-bsd-gcc @@ -0,0 +1,12 @@ +--- ./config/mh-bsd-gcc.orig 2011-10-19 01:13:00.000000000 +0200 ++++ ./config/mh-bsd-gcc 2012-01-14 21:01:17.083384507 +0100 +@@ -23,9 +23,6 @@ + ## Compiler switch to embed a library name + LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET)) + +-## Shared library options +-LD_SOOPTIONS= -Wl,-Bsymbolic +- + ## Shared object suffix + SO = so + ## Non-shared intermediate object suffix |