diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 20:17:09 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 22:57:29 +0000 |
| commit | 1fc2929978a4d2ad36bd6a2766b45293d4e9ff85 (patch) | |
| tree | 2d448c16771df0132ab0d39d2e7e5ecf598bcbc7 /meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch | |
| parent | f8daac5777849723a50f3e2c03d2e3239a5f497d (diff) | |
| download | poky-1fc2929978a4d2ad36bd6a2766b45293d4e9ff85.tar.gz | |
libpciaccess: Drop unneeded patch
Diffstat (limited to 'meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch')
| -rw-r--r-- | meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch b/meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch deleted file mode 100644 index e2d9f62318..0000000000 --- a/meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | --- | ||
| 2 | configure.ac | 2 -- | ||
| 3 | 1 file changed, 2 deletions(-) | ||
| 4 | |||
| 5 | --- libpciaccess-0.10.3.orig/configure.ac | ||
| 6 | +++ libpciaccess-0.10.3/configure.ac | ||
| 7 | @@ -89,12 +89,10 @@ esac | ||
| 8 | AM_CONDITIONAL(LINUX, [test "x$linux" = xyes]) | ||
| 9 | AM_CONDITIONAL(FREEBSD, [test "x$freebsd" = xyes]) | ||
| 10 | AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes]) | ||
| 11 | AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes]) | ||
| 12 | |||
| 13 | -AC_CHECK_FILE([/usr/include/asm/mtrr.h], | ||
| 14 | - [have_mtrr_h="yes"], [have_mtrr_h="no"]) | ||
| 15 | if test "x$have_mtrr_h" = xyes; then | ||
| 16 | AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings]) | ||
| 17 | fi | ||
| 18 | |||
| 19 | AC_SUBST(PCIACCESS_CFLAGS) | ||
