aboutsummaryrefslogtreecommitdiff
path: root/comms/libticables/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-11-02 20:59:12 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-11-02 20:59:12 +0000
commit3fedbd75018afc431e08f049e2e322f63a1af9b9 (patch)
tree9fb72d20ffcad52aa8202a804b477ec74a5d295e /comms/libticables/files
parentb2a2116de7ae3290ff91642e5fc4a13b6de02db3 (diff)
downloadports-3fedbd75018afc431e08f049e2e322f63a1af9b9.tar.gz
ports-3fedbd75018afc431e08f049e2e322f63a1af9b9.zip
Fix build on non-intel archs.
Notify from: kris via bento Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: ports/57941
Notes
Notes: svn path=/head/; revision=92865
Diffstat (limited to 'comms/libticables/files')
-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 @@