summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-store+util+makefile.mk
blob: 6bef6e960f2e983ecfeb0a5c83d3804e8f521aa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ../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