summaryrefslogtreecommitdiff
path: root/audio/rplay
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-01-26 22:11:41 +0000
committerjlam <jlam@pkgsrc.org>2000-01-26 22:11:41 +0000
commit0406cd8bdc49ad42635d1a810989b92d743d2022 (patch)
treea7149892083614f9310fe9e957ed041ec9489ce7 /audio/rplay
parent0c171b34857691d79d31092d2566bde2807b1228 (diff)
downloadpkgsrc-0406cd8bdc49ad42635d1a810989b92d743d2022.tar.gz
* Libtoolize.
* Teach rplay to look for libedit readline emulation if it exists. * Cosmetic changes to installation process. * Depend on rx-1.5.
Diffstat (limited to 'audio/rplay')
-rw-r--r--audio/rplay/scripts/configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/rplay/scripts/configure b/audio/rplay/scripts/configure
deleted file mode 100644
index ce70b9f7f3d..00000000000
--- a/audio/rplay/scripts/configure
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: configure,v 1.2 1998/08/07 10:36:08 agc Exp $
-
-
-chmod -R +w ${WRKSRC}
-echo -n "Removing disgusting malloc.h includes. Please wait.."
-for i in `find ${WRKSRC} -name '*.[ch]' | xargs fgrep -l malloc.h`; do
- sed -e 's/malloc.h/stdlib.h/' < $i > $i.bak && mv $i.bak $i
-done
-echo " Done."