From 967f13cf3e9e3257ae977583d7b03611a97cbe7c Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 1 Jun 2003 15:38:43 +0000 Subject: [PATCH] Add a patch forgotten when commiting ports/52400. --- audio/extace/files/patch-src::globals.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/extace/files/patch-src::globals.h 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;