Ticket #26571: Portfile.diff

File Portfile.diff, 388 bytes (added by guidolorenz@…, 14 years ago)
  • Portfile

    old new  
    4949# By default, everything gets installed in the Python Frameworks directory
    5050configure.pre_args-delete  --prefix=${prefix}
    5151
     52configure.universal_args --arch [join ${universal_archs} " --arch "]
     53
    5254test.run    yes
    5355test.cmd    cd siplib && ${pybin} -c 'import sip'
    5456