Author: jbeich
Date: Sat Feb  9 04:44:25 2013
New Revision: 1164

Log:
also set CPP needed by CSS2Properties.webidl

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Sat Feb  9 04:32:38 2013        (r1163)
+++ trunk/Mk/bsd.gecko.mk       Sat Feb  9 04:44:25 2013        (r1164)
@@ -561,6 +561,13 @@
   exists(${LOCALBASE}/bin/clang++))
 CXX=                   clang++
 . endif
+. if ${CPP} == "cpp"
+.  if exists(/usr/bin/clang-cpp) || exists(${LOCALBASE}/bin/clang-cpp)
+CPP=                   clang-cpp
+.  else
+CPP=                   clang -E
+.  endif
+. endif
 # fallback to gcc otherwise
 . if ${CC} == "cc" || ${CXX} == "c++"
 USE_GCC?=              yes
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to