[113873] trunk/base/src/Makefile.in

cal at macports.org cal at macports.org
Sun Nov 24 14:28:27 PST 2013


Revision: 113873
          https://trac.macports.org/changeset/113873
Author:   cal at macports.org
Date:     2013-11-24 14:28:27 -0800 (Sun, 24 Nov 2013)
Log Message:
-----------
src/Makefile.in: disable darwintrace1.0 directory when tracelib isn't supported, should deal with #41524

Modified Paths:
--------------
    trunk/base/src/Makefile.in

Modified: trunk/base/src/Makefile.in
===================================================================
--- trunk/base/src/Makefile.in	2013-11-24 22:27:49 UTC (rev 113872)
+++ trunk/base/src/Makefile.in	2013-11-24 22:28:27 UTC (rev 113873)
@@ -8,7 +8,7 @@
 			machista1.0
 SUBDIR=		${TCLPKG} port programs
 
-ifeq ($(shell uname),Darwin)
+ifeq (@TRACEMODE_SUPPORT@,1)
 TCLPKG+= darwintracelib1.0
 endif
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131124/f655b901/attachment.html>


More information about the macports-changes mailing list