UniversalScheme48: scheme48.diff

File scheme48.diff, 611 bytes (added by pipping@…, 17 years ago)
  • lang/scheme48/Portfile

     
    2424patchfiles              patch-Makefile.in
    2525
    2626configure.args  --mandir=${prefix}/share/man
     27if {[variant_isset universal]} {
     28    configure.args-append   --enable-universal-binary
     29}
    2730
    2831build.target    enough
    2932
     
    3437livecheck.check regex
    3538livecheck.url   ${homepage}
    3639livecheck.regex (\[0-9\]+\\.\[0-9\]+)
     40
     41variant universal {
     42    configure.env-append    LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk"
     43}