2003-07-07 23:31:52 +02:00
|
|
|
$NetBSD: patch-ac,v 1.4 2003/07/07 21:31:53 jtb Exp $
|
2003-06-23 21:48:19 +02:00
|
|
|
|
|
|
|
--- configure.orig
|
|
|
|
+++ configure
|
2003-07-07 23:31:52 +02:00
|
|
|
@@ -2327,6 +2327,10 @@
|
|
|
|
#define M_sparc_solaris 1
|
2003-06-23 21:48:19 +02:00
|
|
|
EOF
|
|
|
|
;;
|
2003-07-07 23:31:52 +02:00
|
|
|
+ sparc*bsd*) cat >>confdefs.h <<\EOF
|
|
|
|
+#define M_sparc_bsd 1
|
2003-06-23 21:48:19 +02:00
|
|
|
+EOF
|
|
|
|
+;;
|
2003-07-07 23:31:52 +02:00
|
|
|
alpha*osf*) cat >>confdefs.h <<\EOF
|
|
|
|
#define M_alpha_osf 1
|
2003-06-23 21:48:19 +02:00
|
|
|
EOF
|
2003-07-07 23:31:52 +02:00
|
|
|
@@ -2357,6 +2361,10 @@
|
|
|
|
;;
|
|
|
|
powerpc*darwin*) cat >>confdefs.h <<\EOF
|
|
|
|
#define M_powerpc_darwin 1
|
|
|
|
+EOF
|
|
|
|
+;;
|
|
|
|
+ powerpc*bsd*) cat >>confdefs.h <<\EOF
|
|
|
|
+#define M_powerpc_bsd 1
|
|
|
|
EOF
|
|
|
|
;;
|
|
|
|
*86*cygwin*) cat >>confdefs.h <<\EOF
|