summaryrefslogtreecommitdiff
path: root/audio/mac/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 16:56:58 +0000
committerjoerg <joerg>2007-02-02 16:56:58 +0000
commitc0712d2687b4c203909d5d1b25810a79d32cd98b (patch)
tree6dfca05aafd093f8b66911c9a3617091bfe46807 /audio/mac/patches
parent7fdb7b43ace99f95245c45ebc3e8407876ab24c9 (diff)
downloadpkgsrc-c0712d2687b4c203909d5d1b25810a79d32cd98b.tar.gz
Do require C as const gets defined away otherwise with rather strange
results. Also use ELF for the YASM output on DragonFly and put an assertive case therein in the hope to detect other systems with a less mysterious error.
Diffstat (limited to 'audio/mac/patches')
-rw-r--r--audio/mac/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/mac/patches/patch-aa b/audio/mac/patches/patch-aa
new file mode 100644
index 00000000000..87857dd5740
--- /dev/null
+++ b/audio/mac/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2007/02/02 16:56:58 joerg Exp $
+
+--- configure.orig 2007-02-02 16:37:43.000000000 +0000
++++ configure
+@@ -20607,12 +20607,16 @@ fi
+
+
+ case "$host_os" in
+- *bsd*|linux*|beos|irix*|solaris*)
++ *bsd*|linux*|beos|irix*|solaris*|*dragonfly*)
+ YASM_FORMAT="-f elf"
+ ;;
+ [cC][yY][gG][wW][iI][nN]*|mingw32*|mks*)
+ YASM_FORMAT="-f win32"
+ ;;
++ *)
++ echo "Unknown OS, don't know binary format"
++ exit 1
++ ;;
+ esac
+
+ case "$host" in