Differences From Artifact [c24828e782]:
- Executable file server/buildpkgs/tcc4tcl/build.sh — part of check-in [ba02ddd48a] at 2014-06-21 22:06:40 on branch trunk — Updated tcc4tcl to rely on Tcl 8.5 or newer (user: rkeene, size: 1334) [annotate] [blame] [check-ins using]
To Artifact [bd86b0ccb4]:
- Executable file server/buildpkgs/tcc4tcl/build.sh — part of check-in [b9edcbd4d2] at 2014-06-22 00:51:23 on branch trunk — Updated to not support multiarch Mac OS X builds in tcc4tcl (which won't actually work with it) (user: rkeene, size: 1436) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + | # Load common functions source ../common.sh # Do not build if the "tcl" platform has been requested not_platforms 'tcl' # Do not support multiarch builds not_platforms_regexp '^macosx.*i386-x86_64' '^macosx.*x86_64-i386' # Requires Tcl 8.5 or newer setup_tcl 8.5 8.6 || exit 1 # Download source download_src # Extract package |
︙ |