diff options
author | osa <osa@FreeBSD.org> | 2003-11-03 04:59:12 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-11-03 04:59:12 +0800 |
commit | 99f2842914479da7115bb70c75ef80ae4faea004 (patch) | |
tree | 087ed0b22482b50991518f670936277a5471e4d3 /comms/libticables | |
parent | ddaf97c9d5b76bb6f27cc8a64505d08a4d385cf7 (diff) | |
download | freebsd-ports-gnome-99f2842914479da7115bb70c75ef80ae4faea004.tar.gz freebsd-ports-gnome-99f2842914479da7115bb70c75ef80ae4faea004.tar.zst freebsd-ports-gnome-99f2842914479da7115bb70c75ef80ae4faea004.zip |
Fix build on non-intel archs.
Notify from: kris via bento
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
PR: ports/57941
Diffstat (limited to 'comms/libticables')
-rw-r--r-- | comms/libticables/files/patch-configure | 23 |
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 @@ |