aboutsummaryrefslogtreecommitdiffstats
path: root/audio/extace
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2003-06-01 23:38:43 +0800
committersobomax <sobomax@FreeBSD.org>2003-06-01 23:38:43 +0800
commit77fa58d62d07217ba4429431e7400d4c910352b9 (patch)
tree59a2a3cc39a50b4e1b88f51bcee9083bdefaadf0 /audio/extace
parent1735e4a4889d0cce295fa47856d65fd64e2fa1b7 (diff)
downloadfreebsd-ports-gnome-77fa58d62d07217ba4429431e7400d4c910352b9.tar.gz
freebsd-ports-gnome-77fa58d62d07217ba4429431e7400d4c910352b9.tar.zst
freebsd-ports-gnome-77fa58d62d07217ba4429431e7400d4c910352b9.zip
Add a patch forgotten when commiting ports/52400.
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;