guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

169/376: Hack for supporting Boost on Homebrew


From: Ludovic Courtès
Subject: 169/376: Hack for supporting Boost on Homebrew
Date: Wed, 28 Jan 2015 22:04:47 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 22c900da082aea1d6615cfa36cb1d0591ffff139
Author: Eelco Dolstra <address@hidden>
Date:   Thu Sep 4 19:35:24 2014 +0200

    Hack for supporting Boost on Homebrew
---
 lib.mk |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/lib.mk b/lib.mk
index 56e162d..8b109e2 100644
--- a/lib.mk
+++ b/lib.mk
@@ -40,6 +40,14 @@ ifeq ($(BUILD_SHARED_LIBS), 1)
 endif
 
 
+# On MacOS X, some boost libraries have an -mt suffix
+ifeq ($(OS), Darwin)
+  ifndef NIX_STORE
+    BOOST_SUFFIX = -mt
+  endif
+endif
+
+
 # Pass -g if we want debug info.
 BUILD_DEBUG ?= 1
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]