patch-configure 619 B

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