Ticket #20372: glib2.patch
File glib2.patch, 935 bytes (added by mtalexander (Mike Alexander), 15 years ago) |
---|
-
Portfile
59 59 configure.args \ 60 60 --enable-static 61 61 62 configure.archflags "" 63 62 64 configure.perl ${prefix}/bin/perl 63 65 configure.env-append PERL_PATH=${configure.perl} 64 66 … … 103 105 # Find architectures which will not run on build platform. 104 106 if { ${os.arch}=="i386" || ${os.arch}=="x86_64"} { 105 107 set cross_archs "ppc ppc64" 108 set host_archs "i386 x86_64" 109 set big_endian "no" 110 } else { 111 set cross_archs "i386 x86_64" 106 112 set host_archs "ppc ppc64" 107 113 set big_endian "yes" 108 } else {109 set cross_archs "i386 x86_64"110 set host_archs "i386 x86_64"111 set big_endian "no"112 114 } 113 115 114 116 set run_arch [lindex ${universal_archs} 0]