Ticket #26571: Portfile.diff
File Portfile.diff, 388 bytes (added by guidolorenz@…, 14 years ago) |
---|
-
Portfile
old new 49 49 # By default, everything gets installed in the Python Frameworks directory 50 50 configure.pre_args-delete --prefix=${prefix} 51 51 52 configure.universal_args --arch [join ${universal_archs} " --arch "] 53 52 54 test.run yes 53 55 test.cmd cd siplib && ${pybin} -c 'import sip' 54 56