diff options
Diffstat (limited to 'audio/alsaplayer/files/patch-Makefile.in')
-rw-r--r-- | audio/alsaplayer/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/alsaplayer/files/patch-Makefile.in b/audio/alsaplayer/files/patch-Makefile.in new file mode 100644 index 000000000000..b908b79be61a --- /dev/null +++ b/audio/alsaplayer/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in-orig Tue Jun 17 17:34:25 2003 ++++ Makefile.in Tue Jun 17 17:34:43 2003 +@@ -228,7 +228,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + AUTOMAKE_OPTIONS = foreign +-SUBDIRS = interface output input scopes app alsaplayer extra docs \ ++SUBDIRS = interface output input scopes app alsaplayer extra \ + libalsaplayer examples m4 reader + + |