FS-6245: add this for now until we figure out a better way

This commit is contained in:
Michael Jerris 2014-02-19 18:44:02 -05:00
parent cc32113ed4
commit fba1c2bf36
2 changed files with 4 additions and 0 deletions

View File

@ -1188,6 +1188,7 @@ AC_CONFIG_FILES([Makefile
AM_CONDITIONAL(ISLINUX, [test `uname -s` = Linux])
AM_CONDITIONAL(ISMAC, [test `uname -s` = Darwin])
AM_CONDITIONAL(ISFREEBSD, [test `uname -s` = FreeBSD])
AM_CONDITIONAL(IS64BITLINUX, [test `uname -m` = x86_64])
#some vars to sub into the Makefile.am's

View File

@ -109,6 +109,9 @@ $(SOURCES): $(BUILT_SOURCES)
$(V8_DIR):
$(GETLIB) $(V8).tar.bz2
if ISFREEBSD
$(CP) -f gyp $(V8_DIR)/build/gyp
endif
$(V8LIB): $(V8_DIR)
if test "$(CXX_TARGET_PLATFORM)" = "x86_64"; then \