[SVN-Commit] r1746 - trunk/www/linux-c6-freshplayerplugin

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sat Oct 25 03:19:55 UTC 2014


Author: jbeich
Date: Sat Oct 25 03:19:47 2014
New Revision: 1746

Log:
ignore CC/CXX/CPP from environment as only gcc-4.4.7 is installed under chroot

Modified:
   trunk/www/linux-c6-freshplayerplugin/Makefile

Modified: trunk/www/linux-c6-freshplayerplugin/Makefile
==============================================================================
--- trunk/www/linux-c6-freshplayerplugin/Makefile	Sat Oct 25 03:15:50 2014	(r1745)
+++ trunk/www/linux-c6-freshplayerplugin/Makefile	Sat Oct 25 03:19:47 2014	(r1746)
@@ -108,7 +108,8 @@
 
 do-build:
 	${CHROOT} ${BUILD_WRKSRC} \
-		/bin/sh -c "cd /root && cmake28 . \
+		${SETENV} -u CC -u CXX -u CPP /bin/sh -c \
+		"cd /root && cmake28 . \
 		${CMAKE_ARGS:M*FLAGS*} ${CMAKE_ARGS:M*BUILD_TYPE*}"
 	${CHROOT} ${BUILD_WRKSRC} \
 		/usr/bin/make ${_MAKE_JOBS} -C /root


More information about the freebsd-gecko mailing list