38821e5bfa
Lots of updates (basically a db).
112 lines
3 KiB
Text
112 lines
3 KiB
Text
$NetBSD: patch-aa,v 1.2 2009/01/07 22:18:16 wiz Exp $
|
|
|
|
--- configure.orig 2008-12-19 13:58:53.000000000 +0100
|
|
+++ configure
|
|
@@ -3568,7 +3568,7 @@ else
|
|
enable_recall=yes
|
|
fi
|
|
|
|
- if test x$enable_recall == xyes; then
|
|
+ if test x$enable_recall = xyes; then
|
|
BUILD_RECALL_TRUE=
|
|
BUILD_RECALL_FALSE='#'
|
|
else
|
|
@@ -3584,7 +3584,7 @@ else
|
|
enable_video=yes
|
|
fi
|
|
|
|
- if test x$enable_video == xyes; then
|
|
+ if test x$enable_video = xyes; then
|
|
BUILD_VIDEO_TRUE=
|
|
BUILD_VIDEO_FALSE='#'
|
|
else
|
|
@@ -3600,7 +3600,7 @@ else
|
|
enable_video_nvidia_quirks=yes
|
|
fi
|
|
|
|
- if test x$enable_video_nvidia_quirks == xyes; then
|
|
+ if test x$enable_video_nvidia_quirks = xyes; then
|
|
BUILD_VIDEO_NVIDIA_QUIRKS_TRUE=
|
|
BUILD_VIDEO_NVIDIA_QUIRKS_FALSE='#'
|
|
else
|
|
@@ -3616,7 +3616,7 @@ else
|
|
enable_video_default_quirks=yes
|
|
fi
|
|
|
|
- if test x$enable_video_default_quirks == xyes; then
|
|
+ if test x$enable_video_default_quirks = xyes; then
|
|
BUILD_VIDEO_DEFAULT_QUIRKS_TRUE=
|
|
BUILD_VIDEO_DEFAULT_QUIRKS_FALSE='#'
|
|
else
|
|
@@ -3632,7 +3632,7 @@ else
|
|
enable_keymaps=yes
|
|
fi
|
|
|
|
- if test x$enable_keymaps == xyes; then
|
|
+ if test x$enable_keymaps = xyes; then
|
|
BUILD_KEYMAPS_TRUE=
|
|
BUILD_KEYMAPS_FALSE='#'
|
|
else
|
|
@@ -3648,7 +3648,7 @@ else
|
|
enable_killswitch_dell_wlan=yes
|
|
fi
|
|
|
|
- if test x$enable_killswitch_dell_wlan == xyes; then
|
|
+ if test x$enable_killswitch_dell_wlan = xyes; then
|
|
BUILD_KILLSWITCH_DELL_WLAN_TRUE=
|
|
BUILD_KILLSWITCH_DELL_WLAN_FALSE='#'
|
|
else
|
|
@@ -3664,7 +3664,7 @@ else
|
|
enable_killswitch_dell_bluetooth=yes
|
|
fi
|
|
|
|
- if test x$enable_killswitch_dell_bluetooth == xyes; then
|
|
+ if test x$enable_killswitch_dell_bluetooth = xyes; then
|
|
BUILD_KILLSWITCH_DELL_BLUETOOTH_TRUE=
|
|
BUILD_KILLSWITCH_DELL_BLUETOOTH_FALSE='#'
|
|
else
|
|
@@ -3680,7 +3680,7 @@ else
|
|
enable_killswitch_dell_wwan=yes
|
|
fi
|
|
|
|
- if test x$enable_killswitch_dell_wwan == xyes; then
|
|
+ if test x$enable_killswitch_dell_wwan = xyes; then
|
|
BUILD_KILLSWITCH_DELL_WWAN_TRUE=
|
|
BUILD_KILLSWITCH_DELL_WWAN_FALSE='#'
|
|
else
|
|
@@ -3696,7 +3696,7 @@ else
|
|
enable_killswitch_sony_bluetooth=yes
|
|
fi
|
|
|
|
- if test x$enable_killswitch_sony_bluetooth == xyes; then
|
|
+ if test x$enable_killswitch_sony_bluetooth = xyes; then
|
|
BUILD_KILLSWITCH_SONY_BLUETOOTH_TRUE=
|
|
BUILD_KILLSWITCH_SONY_BLUETOOTH_FALSE='#'
|
|
else
|
|
@@ -3712,7 +3712,7 @@ else
|
|
enable_killswitch_thinkpad_bluetooth=yes
|
|
fi
|
|
|
|
- if test x$enable_killswitch_thinkpad_bluetooth == xyes; then
|
|
+ if test x$enable_killswitch_thinkpad_bluetooth = xyes; then
|
|
BUILD_KILLSWITCH_THINKPAD_BLUETOOTH_TRUE=
|
|
BUILD_KILLSWITCH_THINKPAD_BLUETOOTH_FALSE='#'
|
|
else
|
|
@@ -3728,7 +3728,7 @@ else
|
|
enable_killswitch_ipw_wlan=yes
|
|
fi
|
|
|
|
- if test x$enable_killswitch_ipw_wlan == xyes; then
|
|
+ if test x$enable_killswitch_ipw_wlan = xyes; then
|
|
BUILD_KILLSWITCH_IPW_WLAN_TRUE=
|
|
BUILD_KILLSWITCH_IPW_WLAN_FALSE='#'
|
|
else
|
|
@@ -3744,7 +3744,7 @@ else
|
|
enable_killswitch_iwl_wlan=yes
|
|
fi
|
|
|
|
- if test x$enable_killswitch_iwl_wlan == xyes; then
|
|
+ if test x$enable_killswitch_iwl_wlan = xyes; then
|
|
BUILD_KILLSWITCH_IWL_WLAN_TRUE=
|
|
BUILD_KILLSWITCH_IWL_WLAN_FALSE='#'
|
|
else
|