diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-26 09:13:40 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-26 09:13:40 +0000 |
commit | 7a11e9d1cea3dd140effa30651ee9cd288fca710 (patch) | |
tree | 8c4822b3c618ab71a87a84ddbf7a35ea6213affc /testing/openjade/openjade-1.3.2-ldflags.patch | |
parent | 6b0d2ba29616074b9743a6e7e0f667112ae89944 (diff) | |
download | aports-7a11e9d1cea3dd140effa30651ee9cd288fca710.tar.bz2 aports-7a11e9d1cea3dd140effa30651ee9cd288fca710.tar.xz |
testing/openjade: new aport
An implementation of DSSSL, a style language to format SGML or XML documents.
Diffstat (limited to 'testing/openjade/openjade-1.3.2-ldflags.patch')
-rw-r--r-- | testing/openjade/openjade-1.3.2-ldflags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/openjade/openjade-1.3.2-ldflags.patch b/testing/openjade/openjade-1.3.2-ldflags.patch new file mode 100644 index 0000000000..4ddd4d4148 --- /dev/null +++ b/testing/openjade/openjade-1.3.2-ldflags.patch @@ -0,0 +1,13 @@ +Index: openjade-1.3.2/jade/Makefile.sub +=================================================================== +--- openjade-1.3.2.orig/jade/Makefile.sub ++++ openjade-1.3.2/jade/Makefile.sub +@@ -4,7 +4,7 @@ OBJS=jade.o SgmlFOTBuilder.o RtfFOTBuild + INCLUDE=-I$(srcdir)/../grove -I$(srcdir)/../spgrove -I$(srcdir)/../style + # XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a \ + # ../lib/libosp.a +-XLIBS=../style/libostyle.a ../spgrove/libospgrove.a ../grove/libogrove.a $(splibdir)/libosp.a ++XLIBS=../style/libostyle.a ../grove/libogrove.a ../spgrove/libospgrove.a $(splibdir)/libosp.a + GENSRCS=JadeMessages.h HtmlMessages.h RtfMessages.h TeXMessages.h \ + HtmlFOTBuilder_inst.cxx RtfFOTBuilder_inst.cxx TeXFOTBuilder_inst.cxx \ + TransformFOTBuilder_inst.cxx MifMessages.h MifFOTBuilder_inst.cxx |