diff options
author | tron <tron@pkgsrc.org> | 1999-06-28 07:49:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-28 07:49:05 +0000 |
commit | b5700f447a5d6dc3bad13439ecc2cb66b241f864 (patch) | |
tree | 169a75b0a70f44fc0948af0b5884274c97f9a48e /audio/xmcd/patches | |
parent | 149a95a89dd0ec3d0d9a60c369a263eaf195f91d (diff) | |
download | pkgsrc-b5700f447a5d6dc3bad13439ecc2cb66b241f864.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 |