diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-22 01:49:54 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-22 01:49:54 +0000 |
commit | f84cbb1d39fbc132419805e5f142f5b1f23ccfbe (patch) | |
tree | 7000cb1578ea59c1bf057696e4013a66088be9e3 /textproc/jade/files/patch-Ptr.h | |
parent | Move me to my new home. (diff) |
o Add WWW:.
o Update Debian's patch to -35.
o Unbreak on gcc-3.3 (same method as openjade/opensp).
Notes
Notes:
svn path=/head/; revision=85327
Diffstat (limited to 'textproc/jade/files/patch-Ptr.h')
-rw-r--r-- | textproc/jade/files/patch-Ptr.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-Ptr.h b/textproc/jade/files/patch-Ptr.h new file mode 100644 index 000000000000..c726cfed4aa6 --- /dev/null +++ b/textproc/jade/files/patch-Ptr.h @@ -0,0 +1,10 @@ +--- include/Ptr.h.orig Wed Oct 7 14:15:50 1998 ++++ include/Ptr.h Tue Jul 22 09:19:49 2003 +@@ -5,6 +5,7 @@ + #define Ptr_INCLUDED 1 + + #include "Boolean.h" ++#include "Resource.h" + + // T must have Resource as a public base class + // T may be an incomplete type |