mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
24 lines
385 B
Text
24 lines
385 B
Text
--- configure.orig Sun Jul 9 04:08:43 2006
|
|
+++ configure Thu Oct 5 11:20:15 2006
|
|
@@ -1479,6 +1479,11 @@
|
|
done
|
|
done
|
|
;;
|
|
+ i?86-*-freebsd[[123]].*)
|
|
+ ;;
|
|
+ i?86-*-freebsd*)
|
|
+ ans=yes
|
|
+ ;;
|
|
esac
|
|
done
|
|
|
|
@@ -25384,6 +25389,9 @@
|
|
ans=no
|
|
case "$host" in
|
|
*-*-linux*)
|
|
+ ans=yes
|
|
+ ;;
|
|
+ *-*-freebsd*)
|
|
ans=yes
|
|
;;
|
|
esac
|