[118152] trunk/dports/editors/elvis/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 23 15:38:24 PDT 2014


Revision: 118152
          https://trac.macports.org/changeset/118152
Author:   ryandesign at macports.org
Date:     2014-03-23 15:38:24 -0700 (Sun, 23 Mar 2014)
Log Message:
-----------
elvis: use optimization flags to avoid runtime crash (#42949); use -arch flags and add universal variant

Modified Paths:
--------------
    trunk/dports/editors/elvis/Portfile

Modified: trunk/dports/editors/elvis/Portfile
===================================================================
--- trunk/dports/editors/elvis/Portfile	2014-03-23 20:55:18 UTC (rev 118151)
+++ trunk/dports/editors/elvis/Portfile	2014-03-23 22:38:24 UTC (rev 118152)
@@ -4,7 +4,7 @@
 
 name            elvis
 version         2.2_0
-revision        3
+revision        4
 license         Artistic-1
 homepage        http://elvis.the-little-red-haired-girl.org/
 description     A vi/ex clone
@@ -18,7 +18,10 @@
 
 checksums       md5 6831b8df3e4a530395e66c2889783752
 
-universal_variant no
+variant universal {}
+
+configure.cc    "${configure.cc} ${configure.optflags} [get_canonical_archflags cc]"
+
 configure.args  --without-x
 
 patchfiles      patch-src-ref.c.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140323/f16b24b1/attachment.html>


More information about the macports-changes mailing list