[Pkg-javascript-devel] Bug#670836: [PATCH 3/4] Actually pass v8os	into GYP
    steven at pyro.eu.org 
    steven at pyro.eu.org
       
    Sun Apr 29 13:36:56 UTC 2012
    
    
  
From: Steven Chamberlain <steven at kfreebsd-i386.pyro.eu.org>
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2652df7..23f1120 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ v8os := $(or $(v8os),$(if $(filter linux,$(DEB_HOST_ARCH_OS)),linux))
 v8os := $(or $(v8os),$(if $(filter kfreebsd,$(DEB_HOST_ARCH_OS)),kfreebsd))
 v8os := $(or $(v8os),$(DEB_HOST_ARCH_OS))
 
-GYPFLAGS += -Dhost_arch=$(v8arch)
+GYPFLAGS += -Dhost_arch=$(v8arch) -DOS=$(v8os)
 
 # still not compatible with GCC 4.6 defaults (at 3.8.9.16 mipsel)
 CXXFLAGS += -Wno-unused-but-set-variable
-- 
1.7.10
    
    
More information about the Pkg-javascript-devel
mailing list