media-gfx/gimp: kill for now, too complicated
[sgilles-overlay.git] / x11-drivers / xf86-video-virtualbox / files / xf86-video-virtualbox-5.0.0_beta3-configure_checks.patch
blob92f8a182e34daec071f3ccf2e3b86aeed478c088
1 --- VirtualBox-5.0.0_BETA3/configure
2 +++ VirtualBox-5.0.0_BETA3/configure
3 @@ -1258,10 +1258,7 @@
4 XCloseDisplay(dpy);
6 EOF
7 - [ -n "$INCX11" ] && I_INCX11=`prefix_I "$INCX11"`
8 - if test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs; then
9 - log_success "found"
10 - fi
11 + test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs
15 @@ -1415,21 +1412,6 @@
16 #include <GL/glu.h>
17 extern "C" int main(void)
19 - Display *dpy;
20 - int major, minor;
22 - dpy = XOpenDisplay(NULL);
23 - if (dpy)
24 - {
25 - Bool glx_version = glXQueryVersion(dpy, &major, &minor);
26 - XCloseDisplay(dpy);
27 - if (glx_version)
28 - {
29 - printf("found version %u.%u, OK.\n", major, minor);
30 - return 0;
31 - }
32 - }
33 - printf("found (inactive), OK.\n");
34 return 0;
36 EOF
37 @@ -2706,7 +2688,6 @@
38 # don't check for yasm for the time beeing as 0.40 and 0.50 both have known bugs
39 # [ "$OS" != "darwin" ] && check_yasm
40 [ "$OS" != "darwin" ] && check_xsltproc
41 - [ "$OS" != "darwin" ] && check_mkisofs
44 # the libraries
45 @@ -2774,7 +2755,6 @@
46 check_compiler_h
47 [ $ONLY_ADDITIONS -eq 0 -a "$BUILD_MACHINE" = "amd64" -a $WITH_VMMRAW -eq 1 ] && check_32bit
48 # tools/common/makeself*
49 - [ $OSE -ge 1 ] && check_makeself
52 [ -n "$SETUP_WINE" ] && setup_wine