ports/shells/fd/files/patch-machine.h
Koichiro Iwao ae7e91174e shells/fd: Assign to submitter
While here,
- Update MASTER_SITES, WWW
- Add LICENSE
etc.
2025-12-09 14:37:49 +09:00

38 lines
842 B
C

--- machine.h.orig 2019-07-26 15:00:00 UTC
+++ machine.h
@@ -594,25 +594,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"
@@ -1341,7 +1322,7 @@ typedef unsigned long u_long;
#define CCCOMMAND "cc"
#endif
#ifndef EXTENDCCOPT
-#define EXTENDCCOPT "-O"
+#define EXTENDCCOPT ""
#endif
#ifndef TERMCAPLIB
# ifdef USETERMINFO