diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-08 17:53:40 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-08 17:53:40 +0000 |
commit | fb09053ffd2a591d7c6659285af97a1a9dd9a384 (patch) | |
tree | 6e21a893eba9c09e156aa10560b9306ea5f45e7d /shells/fd/files | |
parent | bd53d3e59687ff498dd34d8fc8525ea85deadee8 (diff) | |
download | ports-fb09053ffd2a591d7c6659285af97a1a9dd9a384.tar.gz ports-fb09053ffd2a591d7c6659285af97a1a9dd9a384.zip |
Notes
Diffstat (limited to 'shells/fd/files')
-rw-r--r-- | shells/fd/files/patch-Makefile.in | 13 | ||||
-rw-r--r-- | shells/fd/files/patch-machine.h | 37 |
2 files changed, 37 insertions, 13 deletions
diff --git a/shells/fd/files/patch-Makefile.in b/shells/fd/files/patch-Makefile.in deleted file mode 100644 index 849a2feec9f8..000000000000 --- a/shells/fd/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Wed Sep 14 00:00:00 2005 -+++ Makefile.in Tue Nov 8 11:27:52 2005 -@@ -5,8 +5,8 @@ - TITLE = FD- - VERMAJ = __VERMAJ__ - VERSION = __VERSION__ --PREFIX = __PREFIX__ --CONFDIR = __CONFDIR__ -+PREFIX ?= __PREFIX__ -+CONFDIR ?= __CONFDIR__ - BUILD = - MANSEC = 1 - TOPDIR = $(BUILD)$(PREFIX) diff --git a/shells/fd/files/patch-machine.h b/shells/fd/files/patch-machine.h new file mode 100644 index 000000000000..c0bb5d5559e9 --- /dev/null +++ b/shells/fd/files/patch-machine.h @@ -0,0 +1,37 @@ +--- machine.h.orig 2014-05-05 15:00:00 UTC ++++ machine.h +@@ -584,25 +584,6 @@ typedef long off_t; + #define USEINETATON + #endif + +-#if defined (__FreeBSD__) && defined (__powerpc__) +-#define BSD44 +-#define OSTYPE "JCCBSD" +-#define CODEEUC +-#define TARUSESPACE +-#define REGEXPLIB "-lcompat" +-#define DECLSIGLIST +-#define DECLERRLIST +-#define USELEAPCNT +-#define USEMOUNTH +-#define USEMNTINFO +-#define USERE_COMP +-#define USESETENV +-#define ULONGIOCTL +-#define USEMKTIME +-#define SIGFNCINT +-#define USEINETATON +-#endif +- + #if defined (__FreeBSD__) && !defined (OSTYPE) && !defined (__BOW__) + #define BSD44 + #define OSTYPE "FREEBSD" +@@ -1315,7 +1296,7 @@ typedef unsigned long u_long; + #define CCCOMMAND "cc" + #endif + #ifndef EXTENDCCOPT +-#define EXTENDCCOPT "-O" ++#define EXTENDCCOPT "" + #endif + #ifndef TERMCAPLIB + # ifdef USETERMINFO |