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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to