openbsd-ports/textproc/openjade/patches/patch-style_Makefile.sub
brad 70dba1fcee 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).
2000-09-26 02:31:43 +00:00

11 lines
325 B
Plaintext

--- 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