summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorryoon <ryoon>2015-01-06 11:24:58 +0000
committerryoon <ryoon>2015-01-06 11:24:58 +0000
commitb4ccc85464e47d91b088758ebc04104ad14b1023 (patch)
tree8c85bdbda65105ce5392cfd78d0a67109d1146d2 /misc
parent9d3f754ee274813955fe9d50af26e8285d3c5217 (diff)
downloadpkgsrc-b4ccc85464e47d91b088758ebc04104ad14b1023.tar.gz
Add missing patch
Diffstat (limited to 'misc')
-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