diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-21 15:34:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-21 15:34:31 +0000 |
commit | d500f8b6fd46c14f95fe0410f1c726fdf3172595 (patch) | |
tree | 254e926094728b1bebb4e83f0a6f356dc98382e4 /multimedia/xmms/files/patch-ae | |
parent | add sdlmm (diff) |
Update to 1.2.5.
PR: 28292
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=44281
Diffstat (limited to 'multimedia/xmms/files/patch-ae')
-rw-r--r-- | multimedia/xmms/files/patch-ae | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/multimedia/xmms/files/patch-ae b/multimedia/xmms/files/patch-ae deleted file mode 100644 index e013d1c99109..000000000000 --- a/multimedia/xmms/files/patch-ae +++ /dev/null @@ -1,27 +0,0 @@ ---- 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: - |