summaryrefslogtreecommitdiff
path: root/x11/x3270
diff options
context:
space:
mode:
authortv <tv>1998-07-09 12:01:26 +0000
committertv <tv>1998-07-09 12:01:26 +0000
commit45662ac037a23566e2dbc3b37dbc6537dd9e6306 (patch)
tree71e0e5fd1e27684ce10ab86a2d65355f7a720fe1 /x11/x3270
parentc2c127de42abba8df4805b1b39f67662b071719f (diff)
downloadpkgsrc-45662ac037a23566e2dbc3b37dbc6537dd9e6306.tar.gz
Find mkfontdir in $PATH; don't look for it in $(BINDIR) - lets x3270 work
with xpkgwedge.
Diffstat (limited to 'x11/x3270')
-rw-r--r--x11/x3270/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/x3270/patches/patch-aa b/x11/x3270/patches/patch-aa
new file mode 100644
index 00000000000..408a66285a7
--- /dev/null
+++ b/x11/x3270/patches/patch-aa
@@ -0,0 +1,11 @@
+--- Imakefile.orig Thu Feb 13 17:04:51 1997
++++ Imakefile Thu Jul 9 07:52:56 1998
+@@ -104,7 +104,7 @@
+ install:: $(DESTDIR)$(FONTINSTDIR)/fonts.dir
+ $(DESTDIR)$(FONTINSTDIR)/fonts.dir::
+ -chmod u+w $(DESTDIR)$(FONTINSTDIR) $(DESTDIR)$(FONTINSTDIR)/fonts.dir
+- $(BINDIR)/$(MKFONTDIR) $(DESTDIR)$(FONTINSTDIR)
++ $(MKFONTDIR) $(DESTDIR)$(FONTINSTDIR)
+ chmod u=rwx,go=rx $(DESTDIR)$(FONTINSTDIR)
+ chmod a=r $(DESTDIR)$(FONTINSTDIR)/fonts.dir
+