openbsd-ports/audio/sound-theme-freedesktop/patches/patch-Makefile_in
2012-09-27 07:18:35 +00:00

13 lines
547 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.4 2012/09/27 07:18:35 ajacoutot Exp $
--- Makefile.in.orig Thu Sep 27 09:16:59 2012
+++ Makefile.in Thu Sep 27 09:17:15 2012
@@ -821,7 +821,7 @@ uninstall-am: uninstall-themeDATA
%.theme: %.theme.in
- $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
+ $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
# Creating ChangeLog from git log (taken from cairo/Makefile.am):