freebsd-ports/editors/openoffice.org-3-RC/files/patch-store+util+makefile.mk
Martin Blapp 19599e5a4a Update to cws_srx644_ooo11beta. It still doesn't build but this commit will help
to track the things down.

There are known problems with weak symbols and exceptions. Some c++ tools
inside the port will fail if you try to compile.

The cpp_uno bridge has been updated to the latest linux version available.
Added 'make update' target to upgrade the source to the latest version.

Approved by:	kris (portmgr)
2003-03-12 01:04:08 +00:00

14 lines
333 B
Makefile

--- ../store/util/makefile.mk.orig Tue Mar 11 14:58:53 2003
+++ ../store/util/makefile.mk Tue Mar 11 14:59:34 2003
@@ -102,7 +102,11 @@
# On gcc3 __Unwind_SetIP is not in supc++ but in libgcc_s.so
.IF "$(COMID)"=="gcc3"
+.IF "$(OS)"=="FREEBSD"
+SHL1STDLIBS+= -lsupc++
+.ELSE
SHL1STDLIBS+= -lsupc++ -lgcc_s
+.ENDIF
.ENDIF