summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-i91861
blob: 85dfde19f9633360a88321447ce9e77ebdfe984c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- vcl/source/glyphs/makefile.mk~	2009-11-18 13:58:31.000000000 +0900
+++ vcl/source/glyphs/makefile.mk	2009-11-29 20:13:21.000000000 +0900
@@ -41,7 +41,11 @@
 .INCLUDE :  settings.mk
 .INCLUDE :  $(PRJ)$/util$/makefile2.pmk
 
+.IF "$(OS)" != "FREEBSD"
 CFLAGS+= $(FREETYPE_CFLAGS)
+.ELSE
+ADDCDEFS+= $(FREETYPE_CFLAGS)
+.ENDIF
 
 # --- Files --------------------------------------------------------