summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron>1999-08-12 20:41:55 +0000
committertron <tron>1999-08-12 20:41:55 +0000
commit127f91269462355120288f546ca4b0f839c01778 (patch)
tree225f47dfef3899760ab3e1c90ba2c29bf40b9581 /print
parent5577a4a08dd8ce942b785bef3a88b0e276991fb1 (diff)
downloadpkgsrc-127f91269462355120288f546ca4b0f839c01778.tar.gz
Link "oxdvi" and "xdvi" with "z" library to make this work on ELF systems.
Diffstat (limited to 'print')
-rw-r--r--print/teTeX-bin/patches/patch-ac13
-rw-r--r--print/teTeX-bin/patches/patch-ad13
2 files changed, 26 insertions, 0 deletions
diff --git a/print/teTeX-bin/patches/patch-ac b/print/teTeX-bin/patches/patch-ac
new file mode 100644
index 00000000000..d87e36a7824
--- /dev/null
+++ b/print/teTeX-bin/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 1999/08/12 20:41:55 tron Exp $
+
+--- texk/oxdvik/Makefile.in.orig Sat May 8 18:03:37 1999
++++ texk/oxdvik/Makefile.in Thu Aug 12 22:25:08 1999
+@@ -19,7 +19,7 @@
+ x_ext_lib = @x_ext_lib@
+ # Follow the library order used in X11R6 itself:
+ # -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 (some may not be present).
+-x_link = $(LDLIBWWW) $(x_ldflags) $(x_tool_libs) $(x_pre_libs) $(x_ext_lib) -lX11 $(x_extra_libs)
++x_link = $(LDLIBWWW) $(x_ldflags) $(x_tool_libs) $(x_pre_libs) $(x_ext_lib) -lX11 $(x_extra_libs) -lz
+
+ LDLIBWWW=@LDLIBWWW@
+ LIBWWWCPPFLAGS=@LIBWWWCPPFLAGS@
diff --git a/print/teTeX-bin/patches/patch-ad b/print/teTeX-bin/patches/patch-ad
new file mode 100644
index 00000000000..11f2f5fe39d
--- /dev/null
+++ b/print/teTeX-bin/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 1999/08/12 20:41:55 tron Exp $
+
+--- texk/xdvik/Makefile.in.orig Sat May 8 17:56:37 1999
++++ texk/xdvik/Makefile.in Thu Aug 12 22:24:20 1999
+@@ -19,7 +19,7 @@
+ x_ext_lib = @x_ext_lib@
+ # Follow the library order used in X11R6 itself:
+ # -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 (some may not be present).
+-x_link = $(LDLIBWWW) $(x_ldflags) $(x_tool_libs) $(x_pre_libs) $(x_ext_lib) -lX11 $(x_extra_libs)
++x_link = $(LDLIBWWW) $(x_ldflags) $(x_tool_libs) $(x_pre_libs) $(x_ext_lib) -lX11 $(x_extra_libs) -lz
+
+ LDLIBWWW=@LDLIBWWW@
+ LIBWWWCPPFLAGS=@LIBWWWCPPFLAGS@