diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-19 21:07:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-19 21:07:37 +0200 |
commit | 7f68c00d0201efb725ae5e959d63105168ce82ea (patch) | |
tree | ece44562d695f79e2dc590623705838300926190 /package/xawtv/patches/patch-mk_Compile_mk | |
parent | 65cd7b7d328e4ca6e0b2e074b442aa5933cd90d8 (diff) | |
parent | f2984000823abd21a4c5a157a08ec28a3ddf0a4a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xawtv/patches/patch-mk_Compile_mk')
-rw-r--r-- | package/xawtv/patches/patch-mk_Compile_mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xawtv/patches/patch-mk_Compile_mk b/package/xawtv/patches/patch-mk_Compile_mk new file mode 100644 index 000000000..0c64d48fc --- /dev/null +++ b/package/xawtv/patches/patch-mk_Compile_mk @@ -0,0 +1,11 @@ +--- xawtv-3.102.orig/mk/Compile.mk 2011-09-05 19:26:02.000000000 +0200 ++++ xawtv-3.102/mk/Compile.mk 2011-09-18 20:39:27.867990854 +0200 +@@ -13,7 +13,7 @@ + ######################################################################## + + # verbose yes/no +-verbose ?= no ++verbose ?= yes + + # dependency files + tmpdep = mk/$(subst /,_,$*).tmp |