diff options
Diffstat (limited to 'audio/xmms/files/patch-ae')
-rw-r--r-- | audio/xmms/files/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/xmms/files/patch-ae b/audio/xmms/files/patch-ae new file mode 100644 index 000000000000..6494be16d0a2 --- /dev/null +++ b/audio/xmms/files/patch-ae @@ -0,0 +1,15 @@ +--- Makefile.in.orig Mon Jul 31 10:27:32 2000 ++++ Makefile.in Mon Jul 31 10:27:49 2000 +@@ -205,9 +205,9 @@ + rm -f $(srcdir)/stamp-h.in; \ + $(MAKE) $(srcdir)/stamp-h.in; \ + else :; fi +-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h +- cd $(top_srcdir) && $(AUTOHEADER) +- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null ++#$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h ++# cd $(top_srcdir) && $(AUTOHEADER) ++# @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null + + mostlyclean-hdr: + |