]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6245: add this for now until we figure out a better way
authorMichael Jerris <mike@jerris.com>
Wed, 19 Feb 2014 23:44:02 +0000 (18:44 -0500)
committerMichael Jerris <mike@jerris.com>
Wed, 19 Feb 2014 23:44:02 +0000 (18:44 -0500)
configure.in
src/mod/languages/mod_v8/Makefile.am

index a2da13759ee123fd1b96b82f0d37adf130920204..c42bf6209c12a07f4bddba0e81a43130c8a0c5d9 100644 (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
index 083562d5d8f77d926440214a5b29bfce784c920c..5adccb9c8ecd436dc67a726fdba656aeb2d8deb6 100644 (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 \