diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-01-06 11:24:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-01-06 11:24:58 +0000 |
commit | f63596cd98ec7164807e94fc12a9e838a82ef793 (patch) | |
tree | 8c85bdbda65105ce5392cfd78d0a67109d1146d2 /misc | |
parent | 145f1bf0760239970f705762b81a833b972f43aa (diff) | |
download | pkgsrc-f63596cd98ec7164807e94fc12a9e838a82ef793.tar.gz |
Add missing patch
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fd/patches/patch-machine.h | 20 |
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 |