summaryrefslogtreecommitdiff
path: root/converters/tex2rtf/patches
diff options
context:
space:
mode:
Diffstat (limited to 'converters/tex2rtf/patches')
-rw-r--r--converters/tex2rtf/patches/patch-aa13
-rw-r--r--converters/tex2rtf/patches/patch-ab22
2 files changed, 35 insertions, 0 deletions
diff --git a/converters/tex2rtf/patches/patch-aa b/converters/tex2rtf/patches/patch-aa
new file mode 100644
index 00000000000..9b00a234d7c
--- /dev/null
+++ b/converters/tex2rtf/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/05/25 23:23:01 rh Exp $
+
+--- make.env.orig Thu Sep 12 11:58:42 1996
++++ make.env
+@@ -56,7 +56,7 @@
+ # Sun with GCC: nothing
+ # Solaris: -lgen -ldl -lsocket -lnsl
+ # SGI: -lPW
+-COMPLIBS=-lg++
++COMPLIBS=-lstdc++
+
+ # HP-specific compiler library: an AIAI convenience
+ HPCOMPLIBS=
diff --git a/converters/tex2rtf/patches/patch-ab b/converters/tex2rtf/patches/patch-ab
new file mode 100644
index 00000000000..d4fdbbcf340
--- /dev/null
+++ b/converters/tex2rtf/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/05/25 23:23:01 rh Exp $
+
+--- makefile.unx.orig Sun Nov 23 17:55:48 1997
++++ makefile.unx
+@@ -2,7 +2,7 @@
+ # Valid targets: xview, motif or nogui. These should produce
+ # the executables tex2rtf_ol, tex2rtf_motif and tex2rtf_nogui respectively.
+
+-WXDIR = ../../..
++WXDIR = ..
+
+ # All common UNIX compiler flags and options are now in
+ # this central makefile.
+@@ -25,7 +25,7 @@
+
+ TEX2ANYLIB = $(TEX2RTFDIR)/lib/libtex2any$(GUISUFFIX).a
+
+-INC = -I$(WXDIR)/include/base -I$(WXDIR)/include/x -I$(WXHELPDIR)/src $(COMPPATHS)
++INC = -I$(WXDIR)/include/base -I$(WXDIR)/include/x -I$(WXHELPDIR)/src -I$(WXDIR)/src/wxwin $(COMPPATHS)
+
+ LDFLAGS = $(XLIB) -L$(WXDIR)/lib -L$(TEX2RTFDIR)/lib
+