summaryrefslogtreecommitdiff
path: root/audio/sox/patches/patch-aa
blob: a45fd016a1ab766eddd28ed0dab6cb8c66760f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aa,v 1.8 2004/10/18 13:24:48 cube Exp $

--- Makefile.in.orig	2004-09-02 00:04:02.000000000 +0200
+++ Makefile.in
@@ -18,6 +18,8 @@ includedir = @includedir@
 
 INSTALL	= @INSTALL@
 LN_S    = @LN_S@
+RM      = rm -f
+PLAY_SUPPORT = @PLAY_SUPPORT@
 
 all: 
 	cd src && $(MAKE) $@
@@ -27,6 +29,9 @@ man: $(srcdir)/sox.1 $(srcdir)/soxexam.1
 	nroff -man $(srcdir)/soxexam.1 | col -b > soxexam.txt
 	nroff -man $(srcdir)/libst.3 | col -b > libst.txt
 
+PLAY_INSTALL_0 =
+PLAY_INSTALL_1 = install-play
+
 install: $(PLAY_INSTALL_$(PLAY_SUPPORT))
 	cd src && $(MAKE) $@
 	$(srcdir)/mkinstalldirs $(mandir)/man1