# HG changeset patch # User Tony Theodore # Date 1300301621 -39600 # Node ID 9c1cb932b77ae14625986802c1b119ed594a983c # Parent eec7a1576df742c8b6c01c5aa1209d0bf3324d9c package guile: wine confuses native build steps so set CC_FOR_BUILD and --build diff -r eec7a1576df7 -r 9c1cb932b77a src/guile.mk --- a/src/guile.mk Thu Mar 17 05:07:08 2011 +1100 +++ b/src/guile.mk Thu Mar 17 05:53:41 2011 +1100 @@ -23,8 +23,9 @@ # The setting "scm_cv_struct_timespec=no" ensures that Guile # won't try to use the "struct timespec" from , # which would fail because we tell Guile not to use Pthreads. - cd '$(1)' && ./configure \ + cd '$(1)' && CC_FOR_BUILD=gcc ./configure \ --host='$(TARGET)' \ + --build=`sh ./config.guess` \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared \ --without-threads \