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

cal at macports.org cal at macports.org
Wed Jul 17 03:54:49 PDT 2013


Revision: 108258
          https://trac.macports.org/changeset/108258
Author:   cal at macports.org
Date:     2013-07-17 03:54:49 -0700 (Wed, 17 Jul 2013)
Log Message:
-----------
darwintracelib: don't build on non-apple platforms

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

Modified: trunk/base/src/Makefile.in
===================================================================
--- trunk/base/src/Makefile.in	2013-07-17 10:52:00 UTC (rev 108257)
+++ trunk/base/src/Makefile.in	2013-07-17 10:54:49 UTC (rev 108258)
@@ -5,10 +5,13 @@
 			port1.0 \
 			package1.0 \
 			pextlib1.0 \
-			darwintracelib1.0 \
 			machista1.0
 SUBDIR=		${TCLPKG} port programs
 
+ifeq ($(shell uname),Darwin)
+TCLPKG+= darwintracelib1.0
+endif
+
 all::
 
 distclean::
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130717/1f66ec42/attachment.html>


More information about the macports-changes mailing list