diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-07-20 06:31:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-07-20 06:31:25 +0000 |
commit | 3d116f06787a9bb7ee790176082d93bc91495966 (patch) | |
tree | ccc164965daf99fc4b53a15fe49fc9470a0b6c44 /editors/openoffice.org-3 | |
parent | e0862b88f02500bfcb7f905543257221c19de76b (diff) | |
download | ports-3d116f06787a9bb7ee790176082d93bc91495966.tar.gz ports-3d116f06787a9bb7ee790176082d93bc91495966.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/files/patch-i91861 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-i91861 b/editors/openoffice.org-3/files/patch-i91861 new file mode 100644 index 000000000000..06602529f013 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-i91861 @@ -0,0 +1,26 @@ +? vcl/unxfbsdi.pro +Index: vcl/source/glyphs/makefile.mk +=================================================================== +RCS file: /cvs/gsl/vcl/source/glyphs/makefile.mk,v +retrieving revision 1.13 +diff -u -r1.13 makefile.mk +--- vcl/source/glyphs/makefile.mk 11 Apr 2008 08:59:18 -0000 1.13 ++++ vcl/source/glyphs/makefile.mk 20 Jul 2008 03:14:41 -0000 +@@ -42,9 +42,17 @@ + .INCLUDE : $(PRJ)$/util$/makefile2.pmk + + .IF "$(SYSTEM_FREETYPE)" == "YES" ++.IF "$(OS)" != "FREEBSD" + CFLAGS+=-DSYSTEM_FREETYPE $(FREETYPE_CFLAGS) ++.ELSE ++ADDCDEFS+=-DSYSTEM_FREETYPE $(FREETYPE_CFLAGS) ++.ENDIF + .IF "$(USE_FT_EMBOLDEN)" == "YES" ++.IF "$(OS)" != "FREEBSD" + CFLAGS+=-DUSE_FT_EMBOLDEN ++.ELSE ++ADDCDEFS+=-DUSE_FT_EMBOLDEN ++.ENDIF + .ENDIF + .ENDIF + |