x264: fixed recipe

* not available for x86_gcc2
This commit is contained in:
Jerome Duval
2014-06-14 14:12:19 +00:00
parent 0d00a5baa9
commit 2bc713298b
3 changed files with 9 additions and 37 deletions

View File

@@ -1,12 +0,0 @@
--- x264-snapshot-20120803-2245.orig/configure 2012-08-03 20:45:03.065273856 +0000
+++ x264-snapshot-20120803-2245/configure 2012-08-04 12:56:56.527171584 +0000
@@ -520,6 +520,9 @@
fi
HAVE_GETOPT_LONG=0
;;
+ *haiku*)
+ SYS="haiku"
+ ;;
*)
die "Unknown system $host, edit the configure"
;;