summaryrefslogtreecommitdiff
path: root/textproc/openjade/files/patch-aa
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-05-19 06:27:08 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-05-19 06:27:08 +0000
commit9588d7bd91e7d8faf30b89fc4767305e1329b12d (patch)
treeee0d6d85afbb466f20732357a732ef9a93f32271 /textproc/openjade/files/patch-aa
parentUpdate MASTER_SITES (diff)
Object-oriented SGML/XML parser toolkit and DSSSL engine: OpenJade
OpenJade is more active developped version of Jade. Repo. copied by: PW
Notes
Notes: svn path=/head/; revision=28572
Diffstat (limited to 'textproc/openjade/files/patch-aa')
-rw-r--r--textproc/openjade/files/patch-aa29
1 files changed, 16 insertions, 13 deletions
diff --git a/textproc/openjade/files/patch-aa b/textproc/openjade/files/patch-aa
index 2383255c65b8..a77b7020197c 100644
--- a/textproc/openjade/files/patch-aa
+++ b/textproc/openjade/files/patch-aa
@@ -1,13 +1,16 @@
---- Makefile.comm.in.orig Sun Dec 12 21:06:43 1999
-+++ Makefile.comm.in Sun Dec 12 21:08:59 1999
-@@ -24,8 +24,8 @@
- LIBS=@LIBS@
- DEFS=@DEFS@
- INCS=-I$(srcdir) -I$(srcdir)/../include $(INCLUDE)
--CXXFLAGS=@CXXFLAGS@ $(INCS) $(DEBUG) $(DEFS)
--CFLAGS=@CFLAGS@ $(DEBUG) $(DEFS)
-+CXXFLAGS=-O $(INCS) $(DEBUG) $(DEFS)
-+CFLAGS=-O $(DEBUG) $(DEFS)
- LDFLAGS=@LDFLAGS@
- MSGGENFLAGS=
- CXXDEPGENFLAGS=-MM
+--- style/LangObj.cxx~ Fri Jul 2 07:49:58 1999
++++ style/LangObj.cxx Tue May 16 12:59:00 2000
+@@ -12,11 +12,11 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <string.h>
+-#include <wchar.h>
+-#include <wctype.h>
+
+ #ifdef SP_HAVE_LOCALE
+ #include <locale.h>
++#include <wchar.h>
++#include <wctype.h>
+ #endif
+
+ #ifdef DSSSL_NAMESPACE