diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-26 01:19:07 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-26 01:19:07 +0800 |
commit | 2f45dbdc55c734da7d33a760d2e94a57030ab5e7 (patch) | |
tree | d80872cf95e201e7eaff96318abfcbd968bb1507 /sysutils/hal-info/files | |
parent | 370fcf2b996e2668757489daed7fd490f7b6116d (diff) | |
download | marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.gz marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.bz2 marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.lz marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.xz marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.tar.zst marcuscom-ports-2f45dbdc55c734da7d33a760d2e94a57030ab5e7.zip |
Update to 20091130.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13303 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal-info/files')
-rw-r--r-- | sysutils/hal-info/files/patch-configure | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/sysutils/hal-info/files/patch-configure b/sysutils/hal-info/files/patch-configure new file mode 100644 index 000000000..0a256b677 --- /dev/null +++ b/sysutils/hal-info/files/patch-configure @@ -0,0 +1,110 @@ +--- configure.orig 2009-12-25 12:13:27.000000000 -0500 ++++ configure 2009-12-25 12:14:19.000000000 -0500 +@@ -3397,7 +3397,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 +@@ -3413,7 +3413,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 +@@ -3429,7 +3429,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 +@@ -3445,7 +3445,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 +@@ -3461,7 +3461,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 +@@ -3477,7 +3477,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 +@@ -3493,7 +3493,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 +@@ -3509,7 +3509,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 +@@ -3525,7 +3525,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 +@@ -3541,7 +3541,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 +@@ -3557,7 +3557,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 +@@ -3573,7 +3573,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 |