summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-31 10:06:52 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-31 10:06:52 +0000
commit6e1d596baa6f7214dd053b48dafb2700f500a97f (patch)
treeb06aded04dfac073ce7384f54f066ab692b60247 /editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk
parentFix i18n related crash. This may be only a workaround, a better solution (diff)
Remove probematic -export-dynamic flag, which could lead to namespace
collisions. Add missing symbols to addsym.awk, so -export-dynamic gets obsolete. Submitted by: kan
Notes
Notes: svn path=/head/; revision=63788
Diffstat (limited to '')
-rw-r--r--editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk
index d9a06e4a004f..b189474e5f82 100644
--- a/editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk
+++ b/editors/openoffice-1.0/files/patch-solenv::inc::unxfbsdi.mk
@@ -120,16 +120,16 @@
+
+LINK=$(CXX)
LINKFLAGS=
+-LINKFLAGSAPPGUI= -Wl,-export-dynamic
+-LINKFLAGSAPPCUI= -Wl,-export-dynamic
+
+# linker flags for linking applications
- LINKFLAGSAPPGUI= -Wl,-export-dynamic
- LINKFLAGSAPPCUI= -Wl,-export-dynamic
--LINKFLAGSSHLGUI= -shared
--LINKFLAGSSHLCUI= -shared
++LINKFLAGSAPPGUI=
++LINKFLAGSAPPCUI=
+
+# linker flags for linking shared libraries
-+LINKFLAGSSHLGUI= -shared -Wl,-export-dynamic
-+LINKFLAGSSHLCUI= -shared -Wl,-export-dynamic
+ LINKFLAGSSHLGUI= -shared
+ LINKFLAGSSHLCUI= -shared
LINKFLAGSTACK=
LINKFLAGSPROF=
LINKFLAGSDEBUG=-g