summaryrefslogtreecommitdiff
path: root/media-sound/solfege/files/solfege-3.23.4-no-xmllint.patch
blob: b031483b923cec4d25a4931bdfb7675e23cbab20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Tom Cato Amundsen <tca@debian.org>
Description: don't run xmllint to fix FTBFS
Bug-Debian: https://bugs.debian.org/643609
Forwarded: not-needed

--- a/Makefile.in
+++ b/Makefile.in
@@ -197,7 +197,7 @@
 
 .PHONY: test
 
-test: xmllint po/solfege.pot
+test: po/solfege.pot
 	if grep -H -n -e "[Uu]ser'*s manual" po/solfege.pot; then \
 		echo "Don't write \"users manual\" or \"user's manual\". Always write \"user manual\""; \
 		exit 10; \