mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
x264: converted recipe
This commit is contained in:
23
media-libs/x264/patches/x264-20140308.patchset
Normal file
23
media-libs/x264/patches/x264-20140308.patchset
Normal file
@@ -0,0 +1,23 @@
|
||||
From a31af43d0e8d602e467570de30b816b01f30bd40 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Fri, 13 Jun 2014 19:56:27 +0000
|
||||
Subject: Haiku patch
|
||||
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 0177cfc..d1a118f 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -550,6 +550,9 @@ case $host_os in
|
||||
HAVE_GETOPT_LONG=0
|
||||
CFLAGS="$CFLAGS -I\$(SRCPATH)/extras"
|
||||
;;
|
||||
+ *haiku*)
|
||||
+ SYS="haiku"
|
||||
+ ;;
|
||||
*)
|
||||
die "Unknown system $host, edit the configure"
|
||||
;;
|
||||
--
|
||||
1.8.3.4
|
||||
|
||||
Reference in New Issue
Block a user