Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131335 | Differences between
and this patch

Collapse All | Expand All

(-)jade/Makefile.sub.orig (-1 / +1 lines)
Lines 4-10 Link Here
4
INCLUDE=-I$(srcdir)/../grove -I$(srcdir)/../spgrove -I$(srcdir)/../style
4
INCLUDE=-I$(srcdir)/../grove -I$(srcdir)/../spgrove -I$(srcdir)/../style
5
# XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a \
5
# XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a \
6
#   ../lib/libosp.a
6
#   ../lib/libosp.a
7
XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a $(splibdir)/libosp.a
7
XLIBS=../style/libostyle.a ../grove/libogrove.a ../spgrove/libospgrove.a -losp
8
GENSRCS=JadeMessages.h HtmlMessages.h RtfMessages.h TeXMessages.h \
8
GENSRCS=JadeMessages.h HtmlMessages.h RtfMessages.h TeXMessages.h \
9
 HtmlFOTBuilder_inst.cxx RtfFOTBuilder_inst.cxx  TeXFOTBuilder_inst.cxx \
9
 HtmlFOTBuilder_inst.cxx RtfFOTBuilder_inst.cxx  TeXFOTBuilder_inst.cxx \
10
 TransformFOTBuilder_inst.cxx MifMessages.h MifFOTBuilder_inst.cxx
10
 TransformFOTBuilder_inst.cxx MifMessages.h MifFOTBuilder_inst.cxx
(-)spgrove/Makefile.sub.orig (-3 / +2 lines)
Lines 1-8 Link Here
1
LTVERSION=0:1:0
1
LTVERSION=0:1:0
2
LIB=ospgrove
2
LIB=ospgrove
3
INCLUDE=-I$(srcdir)/../grove
3
INCLUDE=-I$(srcdir)/../grove
4
DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \
4
DEPLIBS=-lm $(TOP)/grove/libogrove.la \
5
	-L$(TOP)/lib -L$(TOP)/lib/.libs \
5
	$(LIB_THREADS) -losp
6
	$(LIB_THREADS)
7
OBJS=GroveApp.o GroveBuilder.o SdNode.o
6
OBJS=GroveApp.o GroveBuilder.o SdNode.o
8
GENSRCS=grove_inst.cxx
7
GENSRCS=grove_inst.cxx
9
8

Return to bug 131335