diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-06-01 15:38:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-06-01 15:38:43 +0000 |
commit | 967f13cf3e9e3257ae977583d7b03611a97cbe7c (patch) | |
tree | 3b51fbc29fce95d45bd392e49b5dd2b703a860a6 /audio/extace | |
parent | 40f56b55b920cd0d5fbd4780c7c5bd7a8d061bfb (diff) | |
download | ports-967f13cf3e9e3257ae977583d7b03611a97cbe7c.tar.gz ports-967f13cf3e9e3257ae977583d7b03611a97cbe7c.zip |
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.h | 13 |
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; |