[haiku-commits] Re: haiku: hrev45555 - build/jam

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 25 Apr 2013 10:39:50 +0200

On 04/25/2013 04:43 AM, kallisti5@xxxxxxxxxxx wrote:
diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures
index 6f1cca6..1fb1932 100644
--- a/build/jam/BuildFeatures
+++ b/build/jam/BuildFeatures
@@ -346,7 +346,7 @@ if $(TARGET_ARCH) = x86 {
        if $(HAIKU_GCC_VERSION[1]) >= 4 {
                HAIKU_MESA_FILE = mesa-9.1.1-x86-gcc4-2013-03-20.zip ;
        } else {
-               HAIKU_MESA_FILE = mesa-7.8.2-x86-gcc2-2013-02-17.zip ;
+               HAIKU_MESA_FILE = mesa-7.8.2-x86-gcc2-2013-04-24.zip ;
        }

        zipFile = [ DownloadFile $(HAIKU_MESA_FILE)

BTW, I just spotted the following the Mesa section:

  if FIsBuildFeatureEnabled(llvm) {
      ...
  }

The condition always evaluates to true. The syntax for what you mean is:

  if [ FIsBuildFeatureEnabled llvm ] {
      ...
  }

On a somewhat related note: Is it desirable to build the package with shared libraries?

CU, Ingo


Other related posts: