summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoradam <adam>2013-01-09 07:24:23 +0000
committeradam <adam>2013-01-09 07:24:23 +0000
commitd2c845cb693ae82aed8c795b9cc6e4b511015ac3 (patch)
tree2b88ea2bbe4b024912d03ce76c4c9c8cfae5cd11 /audio
parentb8edc16f992bae2ff6f06bfc6ea30937eb941e9b (diff)
downloadpkgsrc-d2c845cb693ae82aed8c795b9cc6e4b511015ac3.tar.gz
Fix buidling on Darwin
Diffstat (limited to 'audio')
-rw-r--r--audio/mac/distinfo4
-rw-r--r--audio/mac/patches/patch-aa9
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/mac/distinfo b/audio/mac/distinfo
index 2d7f74d2cad..75124c8e764 100644
--- a/audio/mac/distinfo
+++ b/audio/mac/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2011/02/11 01:35:45 wiz Exp $
+$NetBSD: distinfo,v 1.5 2013/01/09 07:24:23 adam Exp $
SHA1 (mac-3.99-u4-b5-s7.tar.gz) = f846b50ec47cf31a849ce5a7ac41b799e06999aa
RMD160 (mac-3.99-u4-b5-s7.tar.gz) = 7d8e97efc827e84f1bf0f59e2faebd6b38567c0c
Size (mac-3.99-u4-b5-s7.tar.gz) = 450981 bytes
-SHA1 (patch-aa) = 9aa86814ce3b7a17cb88d7136b2f9bc6d6360012
+SHA1 (patch-aa) = 91b18da43302920e922a91cedbb1cbf4705fe87a
diff --git a/audio/mac/patches/patch-aa b/audio/mac/patches/patch-aa
index 566a7f004a3..80407f598b1 100644
--- a/audio/mac/patches/patch-aa
+++ b/audio/mac/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.2 2011/02/05 18:54:40 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2013/01/09 07:24:24 adam Exp $
-Add DragonFly support.
+Add Darwin and DragonFly support.
--- configure.orig 2007-02-02 16:37:43.000000000 +0000
+++ configure
-@@ -20607,12 +20607,16 @@ fi
+@@ -20607,12 +20607,19 @@ fi
case "$host_os" in
@@ -15,6 +15,9 @@ Add DragonFly support.
[cC][yY][gG][wW][iI][nN]*|mingw32*|mks*)
YASM_FORMAT="-f win32"
;;
++ *darwin*)
++ YASM_FORMAT="-f macho"
++ ;;
+ *)
+ echo "Unknown OS, don't know binary format"
+ exit 1