summaryrefslogtreecommitdiff
path: root/package/xf86-video-intel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
commit084c175e59e9ea61c68154ad9982adcd918cbfcf (patch)
treee7919bb0660b8598855a45e6c56709cfc856f54d /package/xf86-video-intel
parent838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff)
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/xf86-video-intel')
-rw-r--r--package/xf86-video-intel/patches/patch-configure.orig22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/xf86-video-intel/patches/patch-configure.orig b/package/xf86-video-intel/patches/patch-configure.orig
deleted file mode 100644
index fc077ce34..000000000
--- a/package/xf86-video-intel/patches/patch-configure.orig
+++ /dev/null
@@ -1,22 +0,0 @@
---- xf86-video-intel-2.9.1.orig/configure 2009-10-26 12:53:35.000000000 +0100
-+++ xf86-video-intel-2.9.1/configure 2010-04-21 19:57:01.000000000 +0200
-@@ -12283,9 +12283,6 @@ if test x$DRI != xno; then
- $as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }
- if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then :
- $as_echo_n "(cached) " >&6
--else
-- test "$cross_compiling" = yes &&
-- as_fn_error "cannot check for file existence when cross compiling" "$LINENO" 5
- if test -r "${sdkdir}/dri.h"; then
- eval "$as_ac_File=yes"
- else
-@@ -12331,9 +12328,6 @@ fi
- $as_echo_n "checking for ${sdkdir}/dristruct.h... " >&6; }
- if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then :
- $as_echo_n "(cached) " >&6
--else
-- test "$cross_compiling" = yes &&
-- as_fn_error "cannot check for file existence when cross compiling" "$LINENO" 5
- if test -r "${sdkdir}/dristruct.h"; then
- eval "$as_ac_File=yes"
- else