diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-05 03:25:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-05 03:25:44 +0000 |
commit | 2f49c29328f7e21b4bc7be5d04fe39b0816ffec2 (patch) | |
tree | de824e9dbff78b346fc068b5e191e9720f19c28c /textproc/openjade/files/patch-GroveApp.h | |
parent | Use another approach for gcc33 taken from sourceforge. (diff) |
Add patches for gcc33 from sourceforge.
Notes
Notes:
svn path=/head/; revision=86324
Diffstat (limited to 'textproc/openjade/files/patch-GroveApp.h')
-rw-r--r-- | textproc/openjade/files/patch-GroveApp.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/openjade/files/patch-GroveApp.h b/textproc/openjade/files/patch-GroveApp.h new file mode 100644 index 000000000000..b261426d23e1 --- /dev/null +++ b/textproc/openjade/files/patch-GroveApp.h @@ -0,0 +1,14 @@ +--- spgrove/GroveApp.h.orig Sun May 2 21:57:37 1999 ++++ spgrove/GroveApp.h Tue Aug 5 11:27:44 2003 +@@ -7,9 +7,9 @@ + #pragma interface + #endif + +-#include "ParserApp.h" ++#include <OpenSP/ParserApp.h> + #include "GroveBuilder.h" +-#include "HashTable.h" ++#include <OpenSP/HashTable.h> + + #ifdef SP_NAMESPACE + namespace SP_NAMESPACE { |