blob: dd7c4ed0ddad3c2d95ad613ee724c01497e5af3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.3 2014/05/10 10:00:38 obache Exp $
--- configure.orig 2009-03-05 01:37:31.000000000 +0000
+++ configure
@@ -21891,7 +21891,7 @@ then
# currently work with bind9, but can be chosen with
# the --with-ptl2 option for those who wish to
# experiment with it.
- CC="gcc"
+ # CC="gcc"
{ echo "$as_me:$LINENO: checking which NetBSD thread library to use" >&5
echo $ECHO_N "checking which NetBSD thread library to use... $ECHO_C" >&6; }
@@ -25928,7 +25928,7 @@ case "$host" in
PORT_NONBLOCK="#define PORT_NONBLOCK O_NDELAY"
PORT_DIR="port/cygwin";;
*-darwin*) PORT_DIR="port/darwin";;
- *-dragonfly*) PORT_DIR="port/dragonfly";;
+ *-dragonfly*) PORT_DIR="port/freebsd";;
*-osf*) PORT_DIR="port/decunix";;
*-freebsd*) PORT_DIR="port/freebsd";;
*-hpux9*) PORT_DIR="port/hpux9";;
|