freebsd-ports/audio/xmms/files/patch-ae
Maxim Sobolev d956447f83 Update to 1.2.4
PR:		23160
Submitted by:	maintainer
2000-11-29 11:22:55 +00:00

28 lines
876 B
Plaintext

--- Makefile.in.orig Tue Nov 28 14:55:51 2000
+++ Makefile.in Tue Nov 28 14:57:22 2000
@@ -152,7 +152,10 @@
sidplay_library = @sidplay_library@
xmmsdir = @xmmsdir@
-SUBDIRS = intl libxmms xmms Output Input Effect General Visualization wmxmms gnomexmms po
+SUBDIRS = intl libxmms xmms Output Input Effect General Visualization wmxmms po
+.ifdef HAVE_GNOME
+SUBDIRS += gnomexmms
+.endif
bin_SCRIPTS = xmms-config
@@ -211,9 +214,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: