[121187] trunk/dports/databases/db46/Portfile

devans at macports.org devans at macports.org
Thu Jun 19 09:11:39 PDT 2014


Revision: 121187
          https://trac.macports.org/changeset/121187
Author:   devans at macports.org
Date:     2014-06-19 09:11:39 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
db46: add +compat185 variant, enables db185 compatibility mode needed by gnome-libs.

Modified Paths:
--------------
    trunk/dports/databases/db46/Portfile

Modified: trunk/dports/databases/db46/Portfile
===================================================================
--- trunk/dports/databases/db46/Portfile	2014-06-19 14:57:23 UTC (rev 121186)
+++ trunk/dports/databases/db46/Portfile	2014-06-19 16:11:39 UTC (rev 121187)
@@ -156,6 +156,10 @@
         depends_lib-append      port:tcl
         configure.args-append   --enable-tcl --with-tcl=${prefix}/lib
     }
+
+    variant compat185 description {build with db185 compatibility mode} {
+	configure.args-append	--enable-compat185
+    }
 } else {
     # There is no Java specific install target, so delete everything
     # but the Java related files.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/84d29ed8/attachment.html>


More information about the macports-changes mailing list