Ticket #25684: patch-valgrind-only32bit.diff
File patch-valgrind-only32bit.diff, 478 bytes (added by raimue (Rainer Müller), 14 years ago) |
---|
-
Portfile
34 34 configure.args --mandir=${prefix}/share/man \ 35 35 --without-mpicc 36 36 37 # Handle 32-bit only 38 if {$build_arch == i386} { 39 configure.args-append --enable-only32bit 40 } 41 37 42 # valgrind sets up -arch by itself, adding our own interferes with the build 38 43 configure.cc_archflags {} 39 44 configure.ld_archflags {}