6f32add9a7
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
15 lines
637 B
Text
15 lines
637 B
Text
--- configure.orig 2008-01-13 14:41:48.000000000 -0500
|
|
+++ configure 2008-01-13 14:42:01.000000000 -0500
|
|
@@ -19597,10 +19597,10 @@ CPPFLAGS="$save_CPPFLAGS"
|
|
{ echo "$as_me:$LINENO: checking for libraries required to embed python" >&5
|
|
echo $ECHO_N "checking for libraries required to embed python... $ECHO_C" >&6; }
|
|
py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
|
|
-if test "x$PYTHON_LIBS" == x; then
|
|
+if test "x$PYTHON_LIBS" = x; then
|
|
PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
|
|
fi
|
|
-if test "x$PYTHON_LIB_LOC" == x; then
|
|
+if test "x$PYTHON_LIB_LOC" = x; then
|
|
PYTHON_LIB_LOC="${py_prefix}/lib"
|
|
fi
|
|
|