summaryrefslogtreecommitdiff
path: root/databases/shared-mime-info/patches
diff options
context:
space:
mode:
Diffstat (limited to 'databases/shared-mime-info/patches')
-rw-r--r--databases/shared-mime-info/patches/patch-ab6
-rw-r--r--databases/shared-mime-info/patches/patch-ac8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/shared-mime-info/patches/patch-ab b/databases/shared-mime-info/patches/patch-ab
index 89a633bbe15..cef92a662e7 100644
--- a/databases/shared-mime-info/patches/patch-ab
+++ b/databases/shared-mime-info/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2008/01/15 22:53:59 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2008/05/21 11:23:37 wiz Exp $
Don't force a build of the PO files, they need newer gettext versions.
---- Makefile.am.orig 2007-12-12 22:24:27.000000000 +0000
+--- Makefile.am.orig 2008-05-12 16:36:23.000000000 +0200
+++ Makefile.am
@@ -56,8 +56,6 @@ uninstall-hook:
rm -f "$(DESTDIR)$(datadir)/mime/mime-cache"
@@ -11,5 +11,5 @@ Don't force a build of the PO files, they need newer gettext versions.
-all: check
-
check:
- if test -n $(XMLLINT) ; then \
+ @if test -n $(XMLLINT) ; then \
xmllint --noout --valid $(srcdir)/freedesktop.org.xml; \
diff --git a/databases/shared-mime-info/patches/patch-ac b/databases/shared-mime-info/patches/patch-ac
index 9de1fbef945..4685a0aa1f6 100644
--- a/databases/shared-mime-info/patches/patch-ac
+++ b/databases/shared-mime-info/patches/patch-ac
@@ -1,15 +1,15 @@
-$NetBSD: patch-ac,v 1.2 2008/01/15 22:53:59 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2008/05/21 11:23:37 wiz Exp $
Don't force a build of the PO files, they need newer gettext versions.
---- Makefile.in.orig 2007-12-18 14:50:54.000000000 +0000
+--- Makefile.in.orig 2008-05-12 17:26:26.000000000 +0200
+++ Makefile.in
-@@ -920,8 +920,6 @@ uninstall-hook:
+@@ -916,8 +916,6 @@ uninstall-hook:
rm -f "$(DESTDIR)$(datadir)/mime/mime-cache"
rm -f "$(DESTDIR)$(datadir)/mime/XMLnamespaces"
-all: check
-
check:
- if test -n $(XMLLINT) ; then \
+ @if test -n $(XMLLINT) ; then \
xmllint --noout --valid $(srcdir)/freedesktop.org.xml; \