diff options
author | tron <tron> | 1999-06-28 07:49:05 +0000 |
---|---|---|
committer | tron <tron> | 1999-06-28 07:49:05 +0000 |
commit | d28a490f915147fc1d4c53821fe1118386e91972 (patch) | |
tree | 169a75b0a70f44fc0948af0b5884274c97f9a48e /audio/xmcd/patches | |
parent | 602047585d454a557de3795b22d19b7d66ddfb87 (diff) | |
download | pkgsrc-d28a490f915147fc1d4c53821fe1118386e91972.tar.gz |
Update "xmcd" package to version 2.5.
Diffstat (limited to 'audio/xmcd/patches')
-rw-r--r-- | audio/xmcd/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmcd/patches/patch-ad b/audio/xmcd/patches/patch-ad new file mode 100644 index 00000000000..f12bfb5f52f --- /dev/null +++ b/audio/xmcd/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.4 1999/06/28 07:49:06 tron Exp $ + +--- install.sh.orig Sat Apr 24 03:40:51 1999 ++++ install.sh Sat Jun 26 01:34:32 1999 +@@ -401,7 +401,7 @@ + # + OS_SYS=`(uname -s) 2>/dev/null` + OS_VER=`(uname -r) 2>/dev/null` +-OS_MACH=`(uname -m) 2>/dev/null` ++OS_MACH=$MACHINE_ARCH + + if [ -z "$OS_SYS" ] + then |