[SVN-Commit] r1037 - trunk/security/nss/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Sep 28 03:30:33 UTC 2012
Author: jbeich
Date: Fri Sep 28 03:30:26 2012
New Revision: 1037
Log:
don't change objdir when $(CC) contains full path
Reported by: green dog <fiziologus at gmail.com>
Added:
trunk/security/nss/files/patch-..::coreconf::ruleset.mk
Added: trunk/security/nss/files/patch-..::coreconf::ruleset.mk
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/security/nss/files/patch-..::coreconf::ruleset.mk Fri Sep 28 03:30:26 2012 (r1037)
@@ -0,0 +1,11 @@
+--- ../coreconf/ruleset.mk~
++++ ../coreconf/ruleset.mk
+@@ -85,7 +85,7 @@
+ #
+
+ ifndef COMPILER_TAG
+- ifneq ($(DEFAULT_COMPILER), $(notdir $(firstword $(CC))))
++ ifneq ($(DEFAULT_COMPILER), $(CC))
+ #
+ # Temporary define for the Client; to be removed when binary release is used
+ #
More information about the freebsd-gecko
mailing list