diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-10-14 19:41:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-10-14 19:41:17 +0200 |
commit | a7109eeb4cf3cc355cff24fb59c0d9cc06a14e8f (patch) | |
tree | f6a9baac03f7fab6aec612eb109782d6bebfe7f4 /package/libmpeg2/patches/patch-configure | |
parent | a1ac5da819c9b6c0424e9b267e9b414c61619e0b (diff) | |
parent | 1efc0be417682b594ce30e477daf5a6489ea5c64 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libmpeg2/patches/patch-configure')
-rw-r--r-- | package/libmpeg2/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libmpeg2/patches/patch-configure b/package/libmpeg2/patches/patch-configure new file mode 100644 index 000000000..ba7d65763 --- /dev/null +++ b/package/libmpeg2/patches/patch-configure @@ -0,0 +1,11 @@ +--- libmpeg2-0.5.1.orig/configure 2008-07-18 16:41:54.000000000 +0200 ++++ libmpeg2-0.5.1/configure 2013-10-14 15:39:35.000000000 +0200 +@@ -4722,7 +4722,7 @@ rm -f core conftest.err conftest.$ac_obj + { echo "$as_me:$LINENO: result: $ac_cv_try_cflags_ok" >&5 + echo "${ECHO_T}$ac_cv_try_cflags_ok" >&6; } + if test x"$ac_cv_try_cflags_ok" = x"yes"; then +- OPT_CFLAGS="$TRY_CFLAGS" ++ OPT_CFLAGS="" + else + : + fi |