summaryrefslogtreecommitdiffstats
path: root/sysutils/hal-info/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-26 13:55:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-26 13:55:06 +0800
commitea360f36a44098deacde1993ceb6573268dee3b1 (patch)
tree9e3745a63b9a6dae4554abfdf90e997ae49ce873 /sysutils/hal-info/files
parentf881056cb175cc0bb23a5e8adba9a570e64e57f1 (diff)
downloadmarcuscom-ports-ea360f36a44098deacde1993ceb6573268dee3b1.tar
marcuscom-ports-ea360f36a44098deacde1993ceb6573268dee3b1.tar.gz
marcuscom-ports-ea360f36a44098deacde1993ceb6573268dee3b1.tar.bz2
marcuscom-ports-ea360f36a44098deacde1993ceb6573268dee3b1.tar.lz
marcuscom-ports-ea360f36a44098deacde1993ceb6573268dee3b1.tar.xz
marcuscom-ports-ea360f36a44098deacde1993ceb6573268dee3b1.tar.zst
marcuscom-ports-ea360f36a44098deacde1993ceb6573268dee3b1.zip
Add hal-info, a collection of additional device descriptors for HAL.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10235 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal-info/files')
-rw-r--r--sysutils/hal-info/files/patch-configure65
1 files changed, 65 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..26f9ab64a
--- /dev/null
+++ b/sysutils/hal-info/files/patch-configure
@@ -0,0 +1,65 @@
+--- configure.orig 2008-01-25 20:29:55.000000000 -0500
++++ configure 2008-01-25 20:30:12.000000000 -0500
+@@ -3479,7 +3479,7 @@ fi
+
+
+
+-if test x$enable_recall == xyes; then
++if test x$enable_recall = xyes; then
+ BUILD_RECALL_TRUE=
+ BUILD_RECALL_FALSE='#'
+ else
+@@ -3497,7 +3497,7 @@ fi
+
+
+
+-if test x$enable_video == xyes; then
++if test x$enable_video = xyes; then
+ BUILD_VIDEO_TRUE=
+ BUILD_VIDEO_FALSE='#'
+ else
+@@ -3515,7 +3515,7 @@ fi
+
+
+
+-if test x$enable_keymaps == xyes; then
++if test x$enable_keymaps = xyes; then
+ BUILD_KEYMAPS_TRUE=
+ BUILD_KEYMAPS_FALSE='#'
+ else
+@@ -3533,7 +3533,7 @@ 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
+@@ -3551,7 +3551,7 @@ 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
+@@ -3569,7 +3569,7 @@ 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
+@@ -3587,7 +3587,7 @@ 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