[Midnightbsd-cvs] mports [20186] trunk/Mk/extensions/compiler.mk: revert the guard for now.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 8 20:17:16 EDT 2015


Revision: 20186
          http://svnweb.midnightbsd.org/mports/?rev=20186
Author:   laffer1
Date:     2015-09-08 20:17:15 -0400 (Tue, 08 Sep 2015)
Log Message:
-----------
revert the guard for now. so if this is enabled, we lose libplist and several other ports

Modified Paths:
--------------
    trunk/Mk/extensions/compiler.mk

Modified: trunk/Mk/extensions/compiler.mk
===================================================================
--- trunk/Mk/extensions/compiler.mk	2015-09-09 00:02:57 UTC (rev 20185)
+++ trunk/Mk/extensions/compiler.mk	2015-09-09 00:17:15 UTC (rev 20186)
@@ -26,7 +26,7 @@
 # COMPILER_FEATURES:	the list of features supported by the compiler includes the standard C++ library.
 # CHOSEN_COMPILER_TYPE:	can be gcc or clang (type of compiler chosen by the framework)
 
-.if !defined(_INCLUDE_USES_COMPILER_MK) && !defined(BEFOREPORTMK)
+.if !defined(_INCLUDE_USES_COMPILER_MK)
 _INCLUDE_USES_COMPILER_MK=	yes
 
 .if empty(compiler_ARGS)



More information about the Midnightbsd-cvs mailing list