[113029] trunk/dports/devel/libdevil/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 6 18:15:36 PST 2013


Revision: 113029
          https://trac.macports.org/changeset/113029
Author:   ryandesign at macports.org
Date:     2013-11-06 18:15:36 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
libdevil: add modeline; use eq for string comparisons

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

Modified: trunk/dports/devel/libdevil/Portfile
===================================================================
--- trunk/dports/devel/libdevil/Portfile	2013-11-07 02:14:49 UTC (rev 113028)
+++ trunk/dports/devel/libdevil/Portfile	2013-11-07 02:15:36 UTC (rev 113029)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -61,9 +62,9 @@
                     --disable-sdl \
                     --disable-xpm
 if {![variant_isset universal]} {
-    if {${configure.build_arch} == "i386"} {
+    if {${configure.build_arch} eq "i386"} {
         configure.args-append   --enable-x86
-    } elseif {${configure.build_arch} == "x86_64"} {
+    } elseif {${configure.build_arch} eq "x86_64"} {
         configure.args-append   --enable-x86_64
     } else {
         configure.args-append   --enable-ppc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/0e7c470c/attachment.html>


More information about the macports-changes mailing list