Author: pebender
Date: Wed Jan 7 17:49:59 2009
New Revision: 4183
Added:
trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.10.0-pkg_config.patch
Removed:
trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.9.0.91-pkg_config.patch
Log:
- Committed files missing from commit #4178.
Added:
trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.10.0-pkg_config.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/xorg-7.4/xf86-video-ati/files/xf86-video-ati-6.10.0-pkg_config.patch
Wed Jan 7 17:49:59 2009
@@ -0,0 +1,21 @@
+diff -Naur xf86-video-ati-6.10.0-old/configure.ac
xf86-video-ati-6.10.0-new/configure.ac
+--- xf86-video-ati-6.10.0-old/configure.ac 2009-01-06 16:04:14.000000000
-0800
++++ xf86-video-ati-6.10.0-new/configure.ac 2009-01-06 20:08:41.000000000
-0800
+@@ -38,6 +38,7 @@
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
+ AC_PROG_CC
++PKG_PROG_PKG_CONFIG
+
+ if test "x$GCC" = "xyes"; then
+ CPPFLAGS="$CPPFLAGS -Wall"
+@@ -76,7 +77,8 @@
+
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XORG, [xorg-server >= 1.2 xproto fontsproto
$REQUIRED_MODULES])
+-sdkdir=$(pkg-config --variable=sdkdir xorg-server)
++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
++sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir
xorg-server)"
+
+ # Checks for libraries.
+
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---