summaryrefslogtreecommitdiff
path: root/audio/rplay/files/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rplay/files/patch-am')
-rw-r--r--audio/rplay/files/patch-am19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/rplay/files/patch-am b/audio/rplay/files/patch-am
new file mode 100644
index 000000000000..b45b9504124e
--- /dev/null
+++ b/audio/rplay/files/patch-am
@@ -0,0 +1,19 @@
+--- rx/Makefile.in.orig Wed Jun 21 22:57:55 2000
++++ rx/Makefile.in Wed Jun 21 22:59:43 2000
+@@ -64,11 +64,11 @@
+ all: librx.a
+
+ install: all
+- test -d $(libdir) || mkdir $(libdir)
+- test -d $(includedir) || mkdir $(includedir)
+- $(INSTALL) librx.a $(libdir)/librx.a
+- $(RANLIB) $(libdir)/librx.a
+- $(INSTALL) $(srcdir)/inst-rxposix.h $(includedir)/rxposix.h
++# test -d $(libdir) || mkdir $(libdir)
++# test -d $(includedir) || mkdir $(includedir)
++# $(INSTALL) librx.a $(libdir)/librx.a
++# $(RANLIB) $(libdir)/librx.a
++# $(INSTALL) $(srcdir)/inst-rxposix.h $(includedir)/rxposix.h
+
+
+ uninstall: