diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-15 20:57:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-15 20:57:56 +0200 |
commit | e228dce45adc4f39671131dd0f0611e29ab85bf8 (patch) | |
tree | edef8e22a8f58c666ae65174174a3fc760bfe2d8 /package/libmpeg2/patches | |
parent | 562a3446c4e13dc3c770ca86b062961d3dba4b31 (diff) | |
parent | bae480656aac1ec7ad3c2582bd6efe431298bcee (diff) |
Merge branch 'master' of openadk.org:/git/openadk
Diffstat (limited to 'package/libmpeg2/patches')
-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 |