ThirdParty packages: libccmio-2.6.1: fix for Mac OSX 10.6.8. Contributed by Darrin Stephens
This commit is contained in:
parent
dbbaacc5ed
commit
01127a76e3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ diff -ruN libccmio-2.6.1_orig/config/config.system libccmio-2.6.1/config/config.
|
||||||
i386-apple-darwin8.11.1)
|
i386-apple-darwin8.11.1)
|
||||||
echo i386-apple-darwin8 ;;
|
echo i386-apple-darwin8 ;;
|
||||||
|
|
||||||
+ i386-apple-darwin10.5.0 | i386-apple-darwin10.7.0)
|
+ i386-apple-darwin10.5.0 | i386-apple-darwin10.7.0 | i386-apple-darwin10.8.0)
|
||||||
+ echo i386-apple-darwin10 ;;
|
+ echo i386-apple-darwin10 ;;
|
||||||
+
|
+
|
||||||
*)
|
*)
|
||||||
|
|
Reference in a new issue