summaryrefslogtreecommitdiff
path: root/print/teTeX1-bin/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX1-bin/patches/patch-ad')
-rw-r--r--print/teTeX1-bin/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/teTeX1-bin/patches/patch-ad b/print/teTeX1-bin/patches/patch-ad
new file mode 100644
index 00000000000..1891bc522d0
--- /dev/null
+++ b/print/teTeX1-bin/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2003/12/24 12:57:30 jmmv 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@