ebfa6f6f57
private mail.
25 lines
807 B
Text
25 lines
807 B
Text
$NetBSD: patch-aa,v 1.2 2006/01/18 21:03:26 joerg Exp $
|
|
|
|
--- configure.orig 2005-09-30 12:10:03.000000000 +0200
|
|
+++ configure
|
|
@@ -3077,7 +3077,7 @@ case "`uname -s`" in
|
|
Linux)
|
|
FOUND_OS="linux"
|
|
;;
|
|
- OpenBSD | FreeBSD | NetBSD)
|
|
+ OpenBSD | FreeBSD | NetBSD | DragonFly)
|
|
# *BSD has important stuff (from ports)
|
|
# in /usr/local ...
|
|
CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib"
|
|
@@ -6822,10 +6822,7 @@ echo "${ECHO_T}$x11conf" >&6
|
|
|
|
echo "$as_me:$LINENO: checking for X11 app-defaults directory" >&5
|
|
echo $ECHO_N "checking for X11 app-defaults directory... $ECHO_C" >&6
|
|
-resdir=/usr/X11R6/lib/X11
|
|
-if test -d /etc/X11/app-defaults; then
|
|
- resdir=/etc/X11
|
|
-fi
|
|
+resdir=$prefix/lib/X11
|
|
echo "$as_me:$LINENO: result: $resdir/app-defaults" >&5
|
|
echo "${ECHO_T}$resdir/app-defaults" >&6
|
|
|