[78642] trunk/dports/devel/libssh2/Portfile

jann at macports.org jann at macports.org
Sun May 15 15:50:54 PDT 2011


Revision: 78642
          http://trac.macports.org/changeset/78642
Author:   jann at macports.org
Date:     2011-05-15 15:50:53 -0700 (Sun, 15 May 2011)
Log Message:
-----------
debug variant see #29381

Modified Paths:
--------------
    trunk/dports/devel/libssh2/Portfile

Modified: trunk/dports/devel/libssh2/Portfile
===================================================================
--- trunk/dports/devel/libssh2/Portfile	2011-05-15 17:57:05 UTC (rev 78641)
+++ trunk/dports/devel/libssh2/Portfile	2011-05-15 22:50:53 UTC (rev 78642)
@@ -32,6 +32,11 @@
     lib/libcrypto.dylib \
     lib/libz.dylib
 
+variant debug description {Enable debug mode including tracing support} {
+    configure.args-append \
+            --enable-debug
+}
+
 post-build {
     if {[variant_isset universal]} {
         foreach arch ${universal_archs_to_use} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110515/76ac7382/attachment.html>


More information about the macports-changes mailing list