stages: 2/04-iso: Do not include kernel build/source tree in the LiveCD
[dragora.git] / patches / openjade / openjade-1.3.2-ldflags.patch
blob4ddd4d4148540dce49ba8fbf2744a872614a59f9
1 Index: openjade-1.3.2/jade/Makefile.sub
2 ===================================================================
3 --- openjade-1.3.2.orig/jade/Makefile.sub
4 +++ openjade-1.3.2/jade/Makefile.sub
5 @@ -4,7 +4,7 @@ OBJS=jade.o SgmlFOTBuilder.o RtfFOTBuild
6 INCLUDE=-I$(srcdir)/../grove -I$(srcdir)/../spgrove -I$(srcdir)/../style
7 # XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a \
8 # ../lib/libosp.a
9 -XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a $(splibdir)/libosp.a
10 +XLIBS=../style/libostyle.a ../grove/libogrove.a ../spgrove/libospgrove.a $(splibdir)/libosp.a
11 GENSRCS=JadeMessages.h HtmlMessages.h RtfMessages.h TeXMessages.h \
12 HtmlFOTBuilder_inst.cxx RtfFOTBuilder_inst.cxx TeXFOTBuilder_inst.cxx \
13 TransformFOTBuilder_inst.cxx MifMessages.h MifFOTBuilder_inst.cxx