summaryrefslogtreecommitdiff
path: root/audio/extace
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-06-01 15:38:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-06-01 15:38:43 +0000
commit967f13cf3e9e3257ae977583d7b03611a97cbe7c (patch)
tree3b51fbc29fce95d45bd392e49b5dd2b703a860a6 /audio/extace
parentAdd autoconf and automake to BUILD_DEPENDS, that we need them in install (diff)
Add a patch forgotten when commiting ports/52400.
Notes
Notes: svn path=/head/; revision=81912
Diffstat (limited to 'audio/extace')
-rw-r--r--audio/extace/files/patch-src::globals.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/extace/files/patch-src::globals.h b/audio/extace/files/patch-src::globals.h
new file mode 100644
index 000000000000..9087c9873e8f
--- /dev/null
+++ b/audio/extace/files/patch-src::globals.h
@@ -0,0 +1,13 @@
+--- src/globals.h.orig Sun May 18 20:39:47 2003
++++ src/globals.h Sun May 18 20:40:01 2003
+@@ -255,8 +255,8 @@
+ gint winstyle; /* window function options */
+ gint active_drawing_area;
+ gfloat noise_floor;
+-gfloat noise_floor_min;
+-gfloat noise_floor_max;
++extern const float noise_floor_min;
++extern const float noise_floor_max;
+ gint paused;
+ gint low_freq;
+ gint high_freq;