Changeset 98432


Ignore:
Timestamp:
Oct 5, 2012, 4:34:33 PM (12 years ago)
Author:
jmr@…
Message:

smlnj: patch OS detection to work on 10.8 (#35688)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/smlnj/files/patch-config-_arch-n-opsys.diff

    r81705 r98432  
    11--- config/_arch-n-opsys.orig   2010-02-03 17:40:28.000000000 +0100
    22+++ config/_arch-n-opsys        2011-08-02 09:01:33.000000000 +0200
    3 @@ -64,6 +64,7 @@
     3@@ -64,6 +64,8 @@
    44          8*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.4
    55          9*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.5
    66          10*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.6
    77+         11*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.7
     8+         12*) OPSYS=darwin;  HEAP_OPSYS=darwin ;; # MacOS X 10.8
    89          *) exit 1;;
    910        esac;;
Note: See TracChangeset for help on using the changeset viewer.