From 811bea1e6ad6d3921996c9d37ae8a5094830109c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 1 Jul 2013 20:39:15 -0600 Subject: add $DVDREAD_CFLAGS in "master" dvdread patch Original patch by Rich Mattes 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.) --- xbmc-master-dvdread.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit