aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/libticables/files/patch-configure23
1 files changed, 20 insertions, 3 deletions
diff --git a/comms/libticables/files/patch-configure b/comms/libticables/files/patch-configure
index 92ebfdd00652..9a4a4981d659 100644
--- a/comms/libticables/files/patch-configure
+++ b/comms/libticables/files/patch-configure
@@ -1,6 +1,23 @@
---- configure.orig Wed Aug 27 21:54:38 2003
-+++ configure Wed Aug 27 21:55:32 2003
-@@ -24767,6 +24767,7 @@
+--- configure.orig Wed Aug 27 12:17:39 2003
++++ configure Mon Oct 13 10:21:17 2003
+@@ -6257,7 +6257,7 @@
+
+ # detect system type
+ case "$host" in
+-# alpha-*-*bsd*) ARCH="-D__FBSD__" ;;
++ *-*-*bsd*) ARCH="-D__BSD__" ;;
+ alpha*-*-linux-*) ARCH="-D__ALPHA__ -D__LINUX__" ;;
+ alpha*-*-*-*) ARCH="-D__ALPHA__ -D__LINUX__" ;;
+ arm*-*-linux-*) ARCH="-D__ARM__ -D__LINUX__" ;;
+@@ -6266,7 +6266,6 @@
+ i[3456]86-*-hurd-*) ARCH="-D__LINUX__" ;;
+ i[3456]86-*-mingw*) ARCH="-D__WIN32__ -D__MINGW32__ -Os -s" ;;
+ i[3456]86-*-cygwin) ARCH="-D__WIN32__ -D__CYGWIN__ -mno-cygwin" ;;
+- i[3456]86-*-*bsd*) ARCH="-D__BSD__" ;;
+ ia64-*-linux-*) ARCH="-D__LINUX__" ;;
+ m68k-*-linux-*) ARCH="-D__M68K__ -D__LINUX__" ;;
+ mips-*-linux-*) ARCH="-D__MIPS__ -D__LINUX__" ;;
+@@ -24767,6 +24766,7 @@