Date: Sat, 25 Oct 2014 03:19:47 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1746 - trunk/www/linux-c6-freshplayerplugin Message-ID: <201410250319.s9P3Jlh8094224@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410250319.s9P3Jlh8094224>
