diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-26 22:17:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-26 22:17:22 +0200 |
commit | 541abac9df677538b2e375600f02b39eec00cf37 (patch) | |
tree | dcc414dcbd8838432c27e3fc90908efa878e35ad /package/MesaLib/Makefile | |
parent | b4427c591b463255c34994b17db3655b1e9d6c3e (diff) |
fix cross-compile
Diffstat (limited to 'package/MesaLib/Makefile')
-rw-r--r-- | package/MesaLib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/MesaLib/Makefile b/package/MesaLib/Makefile index 043034947..caaa9552c 100644 --- a/package/MesaLib/Makefile +++ b/package/MesaLib/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --disable-static \ --with-dri-drivers=${DRI_DRIVERS} \ --with-demos=xdemos -XAKE_FLAGS+= APP_CC=${HOSTCC} HOST_CC=${HOSTCC} +XAKE_FLAGS+= HOST_CC=${HOSTCC} pre-configure: (cd ${WRKBUILD}; rm -rf config.{cache,status}; \ @@ -57,7 +57,6 @@ pre-configure: --disable-glw \ --disable-gallium \ --with-driver=xlib \ - --with-demos=xdemos \ ); ${MAKE} -C ${WRKBUILD}/src/glsl ${MAKE} -C ${WRKBUILD}/src/glsl/apps |