diff options
Diffstat (limited to 'x11-libs/xvba-video/files/xvba-video-fix-out-of-source-builds.patch')
-rw-r--r-- | x11-libs/xvba-video/files/xvba-video-fix-out-of-source-builds.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/xvba-video/files/xvba-video-fix-out-of-source-builds.patch b/x11-libs/xvba-video/files/xvba-video-fix-out-of-source-builds.patch new file mode 100644 index 000000000000..23de8559a07a --- /dev/null +++ b/x11-libs/xvba-video/files/xvba-video-fix-out-of-source-builds.patch @@ -0,0 +1,11 @@ +--- src/shaders/Makefile.am 2012-11-23 08:29:10.000000000 -0500 ++++ src/shaders/Makefile.am.new 2014-01-30 18:38:27.954753460 -0500 +@@ -25,7 +25,7 @@ + CLEANFILES += $(shaders_h) + + %.h: %.pso pso2h.py +- $(PYTHON) pso2h.py -n $*_fp -o $@ $< ++ $(PYTHON) $(top_srcdir)/src/shaders/pso2h.py -n $*_fp -o $@ $< + endif + + # Only add those targets if the Cg compiler is available |