summaryrefslogtreecommitdiff
path: root/misc/fd
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-01-06 11:24:58 +0000
committerryoon <ryoon@pkgsrc.org>2015-01-06 11:24:58 +0000
commitf63596cd98ec7164807e94fc12a9e838a82ef793 (patch)
tree8c85bdbda65105ce5392cfd78d0a67109d1146d2 /misc/fd
parent145f1bf0760239970f705762b81a833b972f43aa (diff)
downloadpkgsrc-f63596cd98ec7164807e94fc12a9e838a82ef793.tar.gz
Add missing patch
Diffstat (limited to 'misc/fd')
-rw-r--r--misc/fd/patches/patch-machine.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/fd/patches/patch-machine.h b/misc/fd/patches/patch-machine.h
new file mode 100644
index 00000000000..c94cdaf76c0
--- /dev/null
+++ b/misc/fd/patches/patch-machine.h
@@ -0,0 +1,20 @@
+$NetBSD: patch-machine.h,v 1.1 2015/01/06 11:24:58 ryoon Exp $
+
+* Force the use of -ltermcap and let BUILDLINK_TRANSFORM sort out the right
+ library to use.
+* Install *.tbl files to ${PREFIX}/share/fd.
+
+--- machine.h.orig 2014-05-05 15:00:00.000000000 +0000
++++ machine.h
+@@ -638,9 +638,11 @@ typedef long off_t;
+ #define CODEEUC
+ #define BSDINSTALL
+ #define TARUSESPACE
++#define TERMCAPLIB "-ltermcap"
+ #define REGEXPLIB "-lcompat"
+ #define DECLSIGLIST
+ #define DECLERRLIST
++#define USEDATADIR
+ #define USELEAPCNT
+ #define USEFFSTYPE
+ #define USERE_COMP