fcrackzip: fix build on Intel Macs by disabling the use of assembly code; closes #11166
--- trunk/dports/security/fcrackzip/Portfile 2007-12-23 21:06:42 UTC (rev 32297)
+++ trunk/dports/security/fcrackzip/Portfile 2007-12-23 21:13:46 UTC (rev 32298)
@@ -23,6 +23,10 @@
configure.args --mandir=${prefix}/share/man
+pre-configure {
+ reinplace -E "s/^(#define USE_GCC_ASM) 1$/\\1 0/" ${worksrcpath}/configure
+}
+
platform darwin 8 {
configure.compiler gcc-4.0
}