diff options
author | jlam <jlam> | 2000-01-26 22:11:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-01-26 22:11:41 +0000 |
commit | e9f1d410ee39553b3ed215de49ada4f1319c90e9 (patch) | |
tree | a7149892083614f9310fe9e957ed041ec9489ce7 /audio/rplay | |
parent | 7c836b87e2a62812c7fa68831f334bb08cab97ac (diff) | |
download | pkgsrc-e9f1d410ee39553b3ed215de49ada4f1319c90e9.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/configure | 11 |
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." |