[79521] trunk/dports/archivers/p7zip/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jun 16 09:25:42 PDT 2011


Revision: 79521
          http://trac.macports.org/changeset/79521
Author:   jeremyhu at macports.org
Date:     2011-06-16 09:25:42 -0700 (Thu, 16 Jun 2011)
Log Message:
-----------
p7zip: Build for the correct architecture

Modified Paths:
--------------
    trunk/dports/archivers/p7zip/Portfile

Modified: trunk/dports/archivers/p7zip/Portfile
===================================================================
--- trunk/dports/archivers/p7zip/Portfile	2011-06-16 16:25:36 UTC (rev 79520)
+++ trunk/dports/archivers/p7zip/Portfile	2011-06-16 16:25:42 UTC (rev 79521)
@@ -4,6 +4,7 @@
 
 name            p7zip
 version         9.20.1
+revision        1
 categories      archivers
 maintainers     nomaintainer
 platforms       darwin
@@ -32,6 +33,8 @@
             ${worksrcpath}/makefile.machine
     reinplace "s|CC=cc |CC=${configure.cc} |g" \
             ${worksrcpath}/makefile.machine
+    reinplace "s|-m32||g" \
+            ${worksrcpath}/makefile.machine
     if {[variant_isset universal]} {
         reinplace "s|\$(LOCAL_FLAGS)|${configure.universal_cflags} \$(LOCAL_FLAGS)|g" \
             ${worksrcpath}/makefile.machine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110616/a584a204/attachment.html>


More information about the macports-changes mailing list