--- ati-drivers-8.42.3.ebuild 2007-10-23 12:29:57.000000000 -0700 +++ ati-drivers-8.42.3.ebuild 2007-10-23 12:29:13.000000000 -0700 @@ -119,7 +119,7 @@ #would be created sh "${src}" --extract "${S}" 2&>1 /dev/null - gunzip common/usr/share/man/man8/atieventsd.8 || die "manpage unzip failed" + #gunzip common/usr/share/man/man8/atieventsd.8 || die "manpage unzip failed" # These are the userspace utilities that we also have source for. # We rebuild these later. @@ -176,17 +176,17 @@ src_compile() { linux-mod_src_compile - einfo "Building fgl_glxgears" - cd "${S}"/extra/fgl_glxgears +# einfo "Building fgl_glxgears" +# cd "${S}"/extra/fgl_glxgears # These extra libs/utils either have an Imakefile that does not # work very well without tweaking or a Makefile ignoring CFLAGS # and the like. We bypass those. # The -DUSE_GLU is needed to compile using nvidia headers # according to a comment in ati-drivers-extra-8.33.6.ebuild. - "$(tc-getCC)" -o fgl_fglxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU \ - -I"${S}"/common/usr/include fgl_glxgears.c \ - -lGL -lGLU -lX11 -lm || die "fgl_glxgears build failed" +# "$(tc-getCC)" -o fgl_fglxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU \ +# -I"${S}"/common/usr/include fgl_glxgears.c \ +# -lGL -lGLU -lX11 -lm || die "fgl_glxgears build failed" einfo "Building fglrx_gamma lib" cd "${S}"/extra/lib/fglrx_gamma