diff options
author | maho <maho@FreeBSD.org> | 2008-07-20 14:31:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-07-20 14:31:25 +0800 |
commit | 31009f9c3df501de93cdd7049f0f1de779ec4b5a (patch) | |
tree | 2d3e5edc976b67597517556bb6f2f866e038285d /editors | |
parent | 5babea2411c918f37fe1558a274b982f95650959 (diff) | |
download | freebsd-ports-gnome-31009f9c3df501de93cdd7049f0f1de779ec4b5a.tar.gz freebsd-ports-gnome-31009f9c3df501de93cdd7049f0f1de779ec4b5a.tar.zst freebsd-ports-gnome-31009f9c3df501de93cdd7049f0f1de779ec4b5a.zip |
Fix build with SYSTEM_FREETYPE when devel/icu is
installed.
PR: 121787
Submitted by: jkim
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i91861 | 26 | ||||
-rw-r--r-- | editors/openoffice-3/files/patch-i91861 | 26 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i91861 | 26 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i91861 | 26 | ||||
-rw-r--r-- | editors/openoffice.org-3/files/patch-i91861 | 26 |
5 files changed, 130 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i91861 b/editors/openoffice-3-devel/files/patch-i91861 new file mode 100644 index 000000000000..06602529f013 --- /dev/null +++ b/editors/openoffice-3-devel/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 + diff --git a/editors/openoffice-3/files/patch-i91861 b/editors/openoffice-3/files/patch-i91861 new file mode 100644 index 000000000000..06602529f013 --- /dev/null +++ b/editors/openoffice-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 + diff --git a/editors/openoffice.org-3-RC/files/patch-i91861 b/editors/openoffice.org-3-RC/files/patch-i91861 new file mode 100644 index 000000000000..06602529f013 --- /dev/null +++ b/editors/openoffice.org-3-RC/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 + diff --git a/editors/openoffice.org-3-devel/files/patch-i91861 b/editors/openoffice.org-3-devel/files/patch-i91861 new file mode 100644 index 000000000000..06602529f013 --- /dev/null +++ b/editors/openoffice.org-3-devel/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 + 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 + |