pkgsrc/databases/shared-mime-info/patches/patch-ac
joerg d2a582c8d7 Remove INCOMPAT_GETTEXT and the automatic rebuilding of the PO files.
This fixes the build on older NetBSD systems in a clean way.
2007-11-03 16:37:42 +00:00

15 lines
449 B
Text

$NetBSD: patch-ac,v 1.1 2007/11/03 16:37:44 joerg Exp $
Don't force a build of the PO files, they need newer gettext versions.
--- Makefile.in.orig 2007-11-03 17:19:05.000000000 +0100
+++ Makefile.in
@@ -914,8 +914,6 @@ uninstall-hook:
rm -f "$(DESTDIR)$(datadir)/mime/mime-cache"
rm -f "$(DESTDIR)$(datadir)/mime/XMLnamespaces"
-all: check
-
check:
if [ -d CVS/ ]; then \
xmllint --noout --valid $(srcdir)/freedesktop.org.xml; \