summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-10-02 11:26:32 +0300
committerTor Lillqvist <tml@hemulen.(none)>2010-10-02 11:26:32 +0300
commit44cc667e3fabe746448420fbc746e0721c8c2425 (patch)
treef213cdd5eb29e674b251fa1762a65214d05d1c74 /boost
parent8bdbd582db6e032a83dc669d7b9eeb3187998756 (diff)
Build the boostthread library only on Windows
Diffstat (limited to 'boost')
-rw-r--r--boost/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk
index ac605a8df54e..7ae57305e55d 100644
--- a/boost/makefile.mk
+++ b/boost/makefile.mk
@@ -111,9 +111,13 @@ normalize: $(PACKAGE_DIR)$/$(NORMALIZE_FLAG_FILE)
$(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) : normalize
+.IF "$(GUI)"=="WNT"
+
$(PACKAGE_DIR)/$(BUILD_FLAG_FILE) : boostthreadlib
boostthreadlib :
cd $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)/libs/thread/src/win32 && dmake $(MFLAGS) $(CALLMACROS)
+.ENDIF
+
.ENDIF # "$(SYSTEM_BOOST)" == "YES" && ("$(OS)"!="SOLARIS" || "$(COM)"=="GCC")