[115054] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Mon Dec 23 00:34:50 PST 2013


Revision: 115054
          https://trac.macports.org/changeset/115054
Author:   ryandesign at macports.org
Date:     2013-12-23 00:34:50 -0800 (Mon, 23 Dec 2013)
Log Message:
-----------
eina, evas: explicitly disable valgrind support (#38790)

Modified Paths:
--------------
    trunk/dports/devel/eina/Portfile
    trunk/dports/devel/evas/Portfile

Modified: trunk/dports/devel/eina/Portfile
===================================================================
--- trunk/dports/devel/eina/Portfile	2013-12-23 08:21:34 UTC (rev 115053)
+++ trunk/dports/devel/eina/Portfile	2013-12-23 08:34:50 UTC (rev 115054)
@@ -25,7 +25,8 @@
 depends_lib             port:libiconv
 
 configure.args          --disable-doc \
-                        --disable-silent-rules
+                        --disable-silent-rules \
+                        --disable-valgrind
 
 use_parallel_build      yes
 

Modified: trunk/dports/devel/evas/Portfile
===================================================================
--- trunk/dports/devel/evas/Portfile	2013-12-23 08:21:34 UTC (rev 115053)
+++ trunk/dports/devel/evas/Portfile	2013-12-23 08:34:50 UTC (rev 115054)
@@ -42,6 +42,7 @@
 
 configure.args          --disable-doc \
                         --disable-silent-rules \
+                        --disable-valgrind \
                         --enable-buffer
 
 # http://trac.enlightenment.org/e/ticket/503
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131223/af05901b/attachment.html>


More information about the macports-changes mailing list