freebsd-ports/sysutils/hal-info/files/patch-configure
Joe Marcus Clarke 6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00

83 lines
2.2 KiB
Text

--- configure.orig 2008-03-17 18:27:34.000000000 -0400
+++ configure 2008-03-17 18:28:11.000000000 -0400
@@ -3436,7 +3436,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
@@ -3452,7 +3452,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
@@ -3468,7 +3468,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
@@ -3484,7 +3484,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
@@ -3500,7 +3500,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
@@ -3516,7 +3516,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
@@ -3532,7 +3532,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
@@ -3548,7 +3548,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
@@ -3564,7 +3564,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