diff options
author | Maho Nakata <maho@FreeBSD.org> | 2012-02-06 11:40:02 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2012-02-06 11:40:02 +0000 |
commit | fba0d9db740fb8cc8c65fe6ffc2b3ab3408faf65 (patch) | |
tree | e9276d3ac7067415abd3ee1093a9eeeb20a7301a /editors/openoffice-3-devel/files/patch-gperf | |
parent | - Add a new port: finance/R-cran-urca (diff) |
Commit svn revision 1240439 of Apach OpenOffice.
Ported by: maho@ and pgf@
Notes
Notes:
svn path=/head/; revision=290482
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-gperf')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-gperf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-gperf b/editors/openoffice-3-devel/files/patch-gperf new file mode 100644 index 000000000000..0454c88f6ffc --- /dev/null +++ b/editors/openoffice-3-devel/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 |