aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xawtv/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xawtv/files/patch-configure')
-rw-r--r--multimedia/xawtv/files/patch-configure29
1 files changed, 15 insertions, 14 deletions
diff --git a/multimedia/xawtv/files/patch-configure b/multimedia/xawtv/files/patch-configure
index 0c9fcd016f0..cf5ef1642a7 100644
--- a/multimedia/xawtv/files/patch-configure
+++ b/multimedia/xawtv/files/patch-configure
@@ -1,15 +1,15 @@
---- configure.orig Thu Mar 14 14:51:55 2002
-+++ configure Fri Mar 15 21:49:45 2002
+--- configure.orig Wed Apr 10 12:03:15 2002
++++ configure Sun Apr 14 20:35:36 2002
@@ -2022,7 +2022,7 @@
OpenBSD | FreeBSD | NetBSD)
- # *BSD has important stuff (from ports) in
- # /usr/local ...
+ # *BSD has important stuff (from ports)
+ # in /usr/local ...
- CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib"
-+ CFLAGS="$CFLAGS -I%%LOCALBASE%%/include -L/%%LOCALBASE%%/lib"
- PLUGINS="drv0-bsd.so snd-oss.so"
- VBIFLAGS="-DBSD"
++ CFLAGS="$CFLAGS -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib"
+ FOUND_OS="bsd"
;;
-@@ -2586,10 +2586,10 @@
+ *)
+@@ -2585,10 +2585,10 @@
/usr/XFree86/include/X11
/usr/include
@@ -22,24 +22,25 @@
/usr/lpp/Xamples/include
/usr/openwin/include
-@@ -4329,18 +4329,13 @@
- echo "$as_me:4329: checking for X11 config directory" >&5
+@@ -4374,19 +4374,13 @@
+
+ echo "$as_me:4375: checking for X11 config directory" >&5
echo $ECHO_N "checking for X11 config directory... $ECHO_C" >&6
- x11conf=/usr/X11R6/lib/X11
+-x11conf=/usr/X11R6/lib/X11
-if test -d /etc/X11; then
- x11conf=/etc/X11
-fi
+x11conf=%%X11BASE%%/lib/X11
- echo "$as_me:4335: result: $x11conf" >&5
+ echo "$as_me:4381: result: $x11conf" >&5
echo "${ECHO_T}$x11conf" >&6
- echo "$as_me:4338: checking for X11 app-defaults directory" >&5
+ echo "$as_me:4384: 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=%%X11BASE%%/lib/X11
- echo "$as_me:4344: result: $resdir/app-defaults" >&5
+ echo "$as_me:4390: result: $resdir/app-defaults" >&5
echo "${ECHO_T}$resdir/app-defaults" >&6