summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2013-07-01 20:39:15 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2013-07-01 20:39:51 -0600
commit811bea1e6ad6d3921996c9d37ae8a5094830109c (patch)
treef28a838348fc4fcea668ed9286a7cdb7d563d950
parente4541a65f3e7e498585fb7d1ae177575fd76bf9f (diff)
downloadxbmc-rpm-811bea1e6ad6d3921996c9d37ae8a5094830109c.tar.gz
xbmc-rpm-811bea1e6ad6d3921996c9d37ae8a5094830109c.tar.xz
xbmc-rpm-811bea1e6ad6d3921996c9d37ae8a5094830109c.zip
add $DVDREAD_CFLAGS in "master" dvdread patch
Original patch by Rich Mattes <richmattes@gmail.com> This was added to xbmc 12 in 4b47d8d256fbce87e73b21aa8f1ebd362b642937, but I neglected to adjust the "nightly" patch in that commit. Do so here. (We need to get rid of the "nightly" patches in the tree, now that we have an entire "nightly" branch in git. Sigh.)
-rw-r--r--xbmc-master-dvdread.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc-master-dvdread.patch b/xbmc-master-dvdread.patch
index 140cda4..cfd1821 100644
--- a/xbmc-master-dvdread.patch
+++ b/xbmc-master-dvdread.patch
@@ -61,7 +61,7 @@ index d89353c..04dac86 100644
- --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -I`pwd`/../includes" \
- --extra-ldflags="-L`pwd`/../libdvdread/obj" \
- --with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \
-+ --extra-cflags="$CFLAGS -fPIC -DPIC" \
++ --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -fPIC -DPIC" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
--host=$host_alias \
--build=$build_alias \