diff options
author | jstebbins <[email protected]> | 2011-10-21 17:44:46 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-21 17:44:46 +0000 |
commit | 3883a7c917b37f906bb5650e25c3dd516fcd8853 (patch) | |
tree | e7e81e90d3b6bc6bf2dc896ba13a920f399e1697 /contrib/libogg/P01-darwin-automake-1.10.patch | |
parent | 3b7a6faad3e7a111dc3cfb80b24caa99720f5e61 (diff) |
bump libogg from 1.1.3 to 1.3.0
patch configure for osx
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4301 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libogg/P01-darwin-automake-1.10.patch')
-rw-r--r-- | contrib/libogg/P01-darwin-automake-1.10.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/libogg/P01-darwin-automake-1.10.patch b/contrib/libogg/P01-darwin-automake-1.10.patch new file mode 100644 index 000000000..6d8f0ba1f --- /dev/null +++ b/contrib/libogg/P01-darwin-automake-1.10.patch @@ -0,0 +1,11 @@ +--- libogg-1.3.0.orig/Makefile.am 2011-08-04 10:37:15.000000000 -0700 ++++ libogg-1.3.0/Makefile.am 2011-10-19 14:31:58.203289946 -0700 +@@ -2,7 +2,7 @@ + + + #AUTOMAKE_OPTIONS = foreign 1.6 dist-zip +-AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz ++AUTOMAKE_OPTIONS = foreign 1.10 dist-zip + + SUBDIRS = src include doc + |