123456789101112 |
- $OpenBSD: patch-configure,v 1.5 2013/06/01 14:28:28 ajacoutot Exp $
- --- configure.orig Thu Dec 31 13:41:44 2009
- +++ configure Wed Sep 14 15:15:27 2011
- @@ -2698,6 +2698,7 @@ powerpc*-*-openbsd*) host_cpu=powerpc host_os=bsd libd
- powerpc*-*-freebsd*) host_cpu=powerpc host_os=bsd libdl_needed=no ;;
- powerpc-*-darwin*) host_os=darwin ;;
- sparc*-*-freebsd*) host_cpu=sparc host_os=bsd libdl_needed=no ;;
- +sparc*-*-openbsd*) host_cpu=sparc host_os=bsd libdl_needed=no ;;
- *) { { $as_echo "$as_me:$LINENO: error: $host not supported" >&5
- $as_echo "$as_me: error: $host not supported" >&2;}
- { (exit 1); exit 1; }; } ;;
|