summaryrefslogtreecommitdiff
path: root/print/ja-vfxdvik/patches/patch-aa
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2003-10-05 02:00:43 +0000
committerkei <kei@pkgsrc.org>2003-10-05 02:00:43 +0000
commit0d64fec4ff638934ff0f22eab5d5315dda9ad49c (patch)
tree3271fb790ddb94f8d20aa9a4b108e78d91bcab79 /print/ja-vfxdvik/patches/patch-aa
parentf325a1f90fcf1ed23dd347bcda99ca10400f7be8 (diff)
downloadpkgsrc-0d64fec4ff638934ff0f22eab5d5315dda9ad49c.tar.gz
- do not install ${PREFIX}/bin/t1mapper nor ${PREFIX}/man/man1/t1mapper.1.
teTeX2-bin package installs them as well. - fix build problem. tested only on NetBSD-current. bump PKGREVISION.
Diffstat (limited to 'print/ja-vfxdvik/patches/patch-aa')
-rw-r--r--print/ja-vfxdvik/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ja-vfxdvik/patches/patch-aa b/print/ja-vfxdvik/patches/patch-aa
new file mode 100644
index 00000000000..f2087cb5c17
--- /dev/null
+++ b/print/ja-vfxdvik/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/10/05 02:00:43 kei Exp $
+
+--- texk/make/programs.mk.orig 2003-10-05 10:45:02.000000000 +0900
++++ texk/make/programs.mk 2003-10-05 10:45:39.000000000 +0900
+@@ -6,7 +6,7 @@
+
+ # proglib is for web2c;
+ # XLOADLIBES is for the installer.
+-LIBS = @LIBS@
++LIBS =
+ LOADLIBES = $(proglib) $(kpathsea) $(LIBS) $(XLOADLIBES)
+
+ # May as well separate linking from compiling, just in case.