diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-16 20:10:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-16 20:10:34 +0200 |
commit | 94c0a7374ee0c980a34e134f93dca1d46e7af7bc (patch) | |
tree | 134e5415fb5d2ccc613bdab46c97f5fa3df8c730 /package/xf86-video-intel/patches/patch-configure.orig | |
parent | 07c250a84c1cc9ace9ebf00800f2125461a2662b (diff) | |
parent | 084c175e59e9ea61c68154ad9982adcd918cbfcf (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
package/freeradius-server/Makefile
package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
Diffstat (limited to 'package/xf86-video-intel/patches/patch-configure.orig')
-rw-r--r-- | package/xf86-video-intel/patches/patch-configure.orig | 22 |
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 |