diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-22 09:50:17 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-22 09:50:17 +0800 |
commit | 2cf350c995fb495f60fb6e948bf93be15486fd82 (patch) | |
tree | 67a26f700c04e25e12492c54d46565b5c209ce5b /multimedia/vlc-devel/files/patch-configure | |
parent | a64b1a77574d6d4237c6cf0f334679d1fc06d6b1 (diff) | |
download | marcuscom-ports-2cf350c995fb495f60fb6e948bf93be15486fd82.tar marcuscom-ports-2cf350c995fb495f60fb6e948bf93be15486fd82.tar.gz marcuscom-ports-2cf350c995fb495f60fb6e948bf93be15486fd82.tar.bz2 marcuscom-ports-2cf350c995fb495f60fb6e948bf93be15486fd82.tar.lz marcuscom-ports-2cf350c995fb495f60fb6e948bf93be15486fd82.tar.xz marcuscom-ports-2cf350c995fb495f60fb6e948bf93be15486fd82.tar.zst marcuscom-ports-2cf350c995fb495f60fb6e948bf93be15486fd82.zip |
- Update to 0.8.6.20060521
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6306 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/vlc-devel/files/patch-configure')
-rw-r--r-- | multimedia/vlc-devel/files/patch-configure | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/multimedia/vlc-devel/files/patch-configure b/multimedia/vlc-devel/files/patch-configure deleted file mode 100644 index 43df92bd1..000000000 --- a/multimedia/vlc-devel/files/patch-configure +++ /dev/null @@ -1,72 +0,0 @@ ---- configure.orig Sat May 13 18:02:16 2006 -+++ configure Sun May 14 22:38:30 2006 -@@ -33569,7 +33569,7 @@ - - fi; - --if test "${enable_hal}" != "no" -a "${SYS}" = "linux" -+if test "${enable_hal}" != "no" - then - - pkg_failed=no -@@ -33854,7 +33854,7 @@ - - fi; - --if test "${enable_dbus}" != "no" -a "${SYS}" = "linux" -+if test "${enable_dbus}" != "no" - then - - pkg_failed=no -@@ -37289,11 +37289,7 @@ - done - - else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -- { { echo "$as_me:$LINENO: error: cannot find ${with_dv_raw1394}/include/libraw1394/raw1394.h" >&5 --echo "$as_me: error: cannot find ${with_dv_raw1394}/include/libraw1394/raw1394.h" >&2;} -- { (exit 1); exit 1; }; } -+ echo "not found" - fi - else - -@@ -37455,8 +37451,7 @@ - if test -n "${enable_dv}" - then - { { echo "$as_me:$LINENO: error: cannot find libraw1394 headers" >&5 --echo "$as_me: error: cannot find libraw1394 headers" >&2;} -- { (exit 1); exit 1; }; } -+echo "$as_me: error: cannot find libraw1394 headers" >&2;} ;} - fi - - fi -@@ -37475,8 +37470,7 @@ - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - { { echo "$as_me:$LINENO: error: cannot cd to ${real_dv_raw1394_tree}" >&5 --echo "$as_me: error: cannot cd to ${real_dv_raw1394_tree}" >&2;} -- { (exit 1); exit 1; }; } -+echo "$as_me: error: cannot cd to ${real_dv_raw1394_tree}" >&2;} ;} - fi - if test -f "${real_dv_raw1394_tree}/src/.libs/libraw1394.a" - then -@@ -37704,8 +37698,7 @@ - if test -n "${enable_dv}" - then - { { echo "$as_me:$LINENO: error: cannot find libavc1394 headers" >&5 --echo "$as_me: error: cannot find libavc1394 headers" >&2;} -- { (exit 1); exit 1; }; } -+echo "$as_me: error: cannot find libavc1394 headers" >&2;} ; } - fi - - fi -@@ -39199,7 +39192,7 @@ - enableval="$enable_gnomevfs" - - fi; --if test "${enable_gnomevfs}" != "no" -a "${SYS}" = "linux" -+if test "${enable_gnomevfs}" != "no" - then - - pkg_failed=no |