1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/graphics/xawtv/files/patch-configure
Patrick Li 0ee4b93798 Update to 3.78
PR:		ports/44764
Submitted by:	maintainer
2002-11-01 00:39:36 +00:00

23 lines
738 B
Plaintext

--- configure.orig Wed Oct 30 12:26:42 2002
+++ configure Wed Oct 30 20:59:10 2002
@@ -5749,9 +5749,6 @@
echo "$as_me:$LINENO: checking for X11 config directory" >&5
echo $ECHO_N "checking for X11 config directory... $ECHO_C" >&6
x11conf=/usr/X11R6/lib/X11
-if test -d /etc/X11; then
- x11conf=/etc/X11
-fi
echo "$as_me:$LINENO: result: $x11conf" >&5
echo "${ECHO_T}$x11conf" >&6
@@ -5759,9 +5756,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
echo "$as_me:$LINENO: result: $resdir/app-defaults" >&5
echo "${ECHO_T}$resdir/app-defaults" >&6