From 70dba1fcee45a469226eee8fd492b7f22baf43aa Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 26 Sep 2000 02:31:43 +0000 Subject: [PATCH] workaround for primitive.cxx, compile with less optimization so the whole of jade can compile within the default system memory limit of 64M (requires a nice hefty sum of 250M otherwise). --- textproc/openjade/patches/patch-style_Makefile.sub | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textproc/openjade/patches/patch-style_Makefile.sub diff --git a/textproc/openjade/patches/patch-style_Makefile.sub b/textproc/openjade/patches/patch-style_Makefile.sub new file mode 100644 index 00000000000..a6ccf4e57f3 --- /dev/null +++ b/textproc/openjade/patches/patch-style_Makefile.sub @@ -0,0 +1,10 @@ +--- style/Makefile.sub.orig Mon Sep 25 19:28:59 2000 ++++ style/Makefile.sub Mon Sep 25 21:12:46 2000 +@@ -33,6 +33,7 @@ + + FlowObj.o: FlowObj_inst.cxx + primitive.o: primitive_inst.cxx ++ $(CXX) $(ALL_CXXFLAGS) -O0 -c primitive.cxx + DssslApp.o: DssslAppMessages.h + FlowObj.lo: FlowObj_inst.cxx + primitive.lo: primitive_inst.cxx