diff options
author | Maho Nakata <maho@FreeBSD.org> | 2012-05-09 03:48:16 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2012-05-09 03:48:16 +0000 |
commit | 269adbc59185605252893f1dfb81da755aa91cf8 (patch) | |
tree | 1683b31d480403bd9c0151e7fd04a5d5909de84a /editors/openoffice-3/files/patch-gperf | |
parent | The project has been renamed and we renamed (diff) |
The Apache OpenOffice Project Announces Apache OpenOffice⢠3
in Tue, 08 May 2012 13:04:48 GMT.
* http://mail-archives.apache.org/mod_mbox/incubator-ooo-announce/201205.mbox/%3CCAP-ksohGnmq8bmo50Db5fhZW3NysNdg41RR7Rg2f8F00ueHHww%40mail.gmail.com%3E
* http://www.openoffice.org/news/aoo34.html
* http://www.youtube.com/watch?v=QQaZwDwf6tc
Notes
Notes:
svn path=/head/; revision=296269
Diffstat (limited to 'editors/openoffice-3/files/patch-gperf')
-rw-r--r-- | editors/openoffice-3/files/patch-gperf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-gperf b/editors/openoffice-3/files/patch-gperf new file mode 100644 index 000000000000..0454c88f6ffc --- /dev/null +++ b/editors/openoffice-3/files/patch-gperf @@ -0,0 +1,11 @@ +--- oox/source/token/makefile.mk~ 2011-12-21 09:52:48.000000000 +0900 ++++ oox/source/token/makefile.mk 2011-12-25 13:12:55.000000000 +0900 +@@ -48,7 +48,7 @@ + + .INCLUDE : target.mk + .IF "$(GPERF)" == "" || !DEFINED $(GPERF) +-GPERF=gperf ++GPERF=/usr/local/bin/gperf + .ENDIF + + GENHEADERPATH = $(INCCOM)$/oox$/token |