aboutsummaryrefslogtreecommitdiff
path: root/audio/snd
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2007-07-30 23:52:14 +0000
committerDon Lewis <truckman@FreeBSD.org>2007-07-30 23:52:14 +0000
commitf2d252231bc661b761f94716081ef64effc73388 (patch)
tree5c54152cbafa7f0a564e9b8a8f5db317ea3b2a98 /audio/snd
parent16479d6a7dc64fba5e3bdc7eab8d15e470444a5d (diff)
Notes
Diffstat (limited to 'audio/snd')
-rw-r--r--audio/snd/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/snd/files/patch-configure b/audio/snd/files/patch-configure
new file mode 100644
index 000000000000..c995cd77b755
--- /dev/null
+++ b/audio/snd/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2004-11-16 06:47:00.000000000 -0800
++++ configure 2007-07-29 22:04:42.000000000 -0700
+@@ -8335,7 +8335,7 @@
+ int
+ main ()
+ {
+- _Complex double val;
++ volatile _Complex double val;
+ val = ccosh(cacosh(1.5) / 100.0)
+
+ ;