summaryrefslogtreecommitdiff
path: root/cad/cider/files/patch-ar
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-24 05:00:57 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-24 05:00:57 +0000
commitcffb4d46b92253e0da4a6bb50da81aee1a110c49 (patch)
tree82c02ef039c7422027a7203117e054688dad497e /cad/cider/files/patch-ar
parentUpdate to version 1.0.1. (diff)
Make some modifications for (supposedly) better portability
of the "make patch"ed ${WRKSRC}: * Use _relative_ symbolic link in the source tree. * Don't use __FreeBSD__ other than to wrap fpsetmask() stuff. * #define HAS_INTWAITSTATUS for BSD4.4 PR: 15972 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=25006
Diffstat (limited to '')
-rw-r--r--cad/cider/files/patch-ar6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/cider/files/patch-ar b/cad/cider/files/patch-ar
index 1f901f377d2a..913213835c24 100644
--- a/cad/cider/files/patch-ar
+++ b/cad/cider/files/patch-ar
@@ -1,5 +1,5 @@
--- spice/common/src/include/os_bsd.h.orig Sat Jan 29 19:14:37 1994
-+++ spice/common/src/include/os_bsd.h Sun Dec 26 19:05:36 1999
++++ spice/common/src/include/os_bsd.h Thu Jan 6 12:33:20 2000
@@ -6,14 +6,22 @@
* BSD and derivative systems
*/
@@ -25,7 +25,7 @@
#define HAS_BCOPY /* bcopy( ), bzero( ) */
#define HAS_BSDRANDOM /* srandom( ) and random( ) */
#define HAS_BSDTTY /* <sgtty.h> */
-@@ -22,4 +30,10 @@
+@@ -22,4 +30,12 @@
#define HAS_BSDRLIMIT /* getrlimit( ) */
#define HAS_DUP2
#define HAS_GETWD /* getwd(buf) */
@@ -36,4 +36,6 @@
+#define HAS_BSDTIME /* gettimeofday( ) return time */
+#define HAS_FLOAT_H /* float.h */
+#define HAS_STRCHR /* strchr( ) instead of index( ) */
++#define HAS_INTWAITSTATUS /* wait(3) takes an int *, not a union */
++#undef HAS_UNIX_SEGMENT_HACK
+#endif