diff options
author | jkim <jkim@FreeBSD.org> | 2006-05-18 00:08:02 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2006-05-18 00:08:02 +0800 |
commit | e73270811f664042bd3fcc9253c1e02468fffa1f (patch) | |
tree | 7242c5633b3c5a75f924d1657654b2129da04346 /editors | |
parent | c0e1b0944b5956d55636cb9702a34d506bf9bb4a (diff) | |
download | freebsd-ports-gnome-e73270811f664042bd3fcc9253c1e02468fffa1f.tar.gz freebsd-ports-gnome-e73270811f664042bd3fcc9253c1e02468fffa1f.tar.zst freebsd-ports-gnome-e73270811f664042bd3fcc9253c1e02468fffa1f.zip |
Fix typo. It never worked because of this. ;-)
Reviewed by: maho (maintainer)
Diffstat (limited to 'editors')
5 files changed, 5 insertions, 5 deletions
diff --git a/editors/openoffice-3-devel/files/optpatch-freetype b/editors/openoffice-3-devel/files/optpatch-freetype index b47f412488ec..775caad705c2 100644 --- a/editors/openoffice-3-devel/files/optpatch-freetype +++ b/editors/openoffice-3-devel/files/optpatch-freetype @@ -87,7 +87,7 @@ diff -u -r1.3 freetype-2.1.4.patch + /* do not #undef this macro here, since the build system might */ + /* define for certain configurations */ + /* */ -+! #define TT_CONFIG_OPTION_BYTECODEpwd_INTERPRETER ++! #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /*************************************************************************/ diff --git a/editors/openoffice.org-2-devel/files/optpatch-freetype b/editors/openoffice.org-2-devel/files/optpatch-freetype index b47f412488ec..775caad705c2 100644 --- a/editors/openoffice.org-2-devel/files/optpatch-freetype +++ b/editors/openoffice.org-2-devel/files/optpatch-freetype @@ -87,7 +87,7 @@ diff -u -r1.3 freetype-2.1.4.patch + /* do not #undef this macro here, since the build system might */ + /* define for certain configurations */ + /* */ -+! #define TT_CONFIG_OPTION_BYTECODEpwd_INTERPRETER ++! #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /*************************************************************************/ diff --git a/editors/openoffice.org-2.0-devel/files/optpatch-freetype b/editors/openoffice.org-2.0-devel/files/optpatch-freetype index b47f412488ec..775caad705c2 100644 --- a/editors/openoffice.org-2.0-devel/files/optpatch-freetype +++ b/editors/openoffice.org-2.0-devel/files/optpatch-freetype @@ -87,7 +87,7 @@ diff -u -r1.3 freetype-2.1.4.patch + /* do not #undef this macro here, since the build system might */ + /* define for certain configurations */ + /* */ -+! #define TT_CONFIG_OPTION_BYTECODEpwd_INTERPRETER ++! #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /*************************************************************************/ diff --git a/editors/openoffice.org-3-devel/files/optpatch-freetype b/editors/openoffice.org-3-devel/files/optpatch-freetype index b47f412488ec..775caad705c2 100644 --- a/editors/openoffice.org-3-devel/files/optpatch-freetype +++ b/editors/openoffice.org-3-devel/files/optpatch-freetype @@ -87,7 +87,7 @@ diff -u -r1.3 freetype-2.1.4.patch + /* do not #undef this macro here, since the build system might */ + /* define for certain configurations */ + /* */ -+! #define TT_CONFIG_OPTION_BYTECODEpwd_INTERPRETER ++! #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /*************************************************************************/ diff --git a/editors/openoffice.org-vcltesttool/files/optpatch-freetype b/editors/openoffice.org-vcltesttool/files/optpatch-freetype index b47f412488ec..775caad705c2 100644 --- a/editors/openoffice.org-vcltesttool/files/optpatch-freetype +++ b/editors/openoffice.org-vcltesttool/files/optpatch-freetype @@ -87,7 +87,7 @@ diff -u -r1.3 freetype-2.1.4.patch + /* do not #undef this macro here, since the build system might */ + /* define for certain configurations */ + /* */ -+! #define TT_CONFIG_OPTION_BYTECODEpwd_INTERPRETER ++! #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /*************************************************************************/ |