summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-power-manager
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-19 07:40:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-19 07:40:54 +0800
commit43f5ca4d6430337e099d8acdfc9c09137d36a2fe (patch)
treea7be7b62545f98d52a6ca64e3213dcaf848917bc /sysutils/gnome-power-manager
parentef2357780884dabb7dc9e0fa276b02b2be7a580b (diff)
downloadmarcuscom-ports-43f5ca4d6430337e099d8acdfc9c09137d36a2fe.tar
marcuscom-ports-43f5ca4d6430337e099d8acdfc9c09137d36a2fe.tar.gz
marcuscom-ports-43f5ca4d6430337e099d8acdfc9c09137d36a2fe.tar.bz2
marcuscom-ports-43f5ca4d6430337e099d8acdfc9c09137d36a2fe.tar.lz
marcuscom-ports-43f5ca4d6430337e099d8acdfc9c09137d36a2fe.tar.xz
marcuscom-ports-43f5ca4d6430337e099d8acdfc9c09137d36a2fe.tar.zst
marcuscom-ports-43f5ca4d6430337e099d8acdfc9c09137d36a2fe.zip
Sync with the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12167 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-power-manager')
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h b/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h
new file mode 100644
index 000000000..8273665a5
--- /dev/null
+++ b/sysutils/gnome-power-manager/files/patch-src_gpm-array-float.h
@@ -0,0 +1,14 @@
+--- src/gpm-array-float.h.orig 2009-03-18 19:35:24.000000000 -0400
++++ src/gpm-array-float.h 2009-03-18 19:35:42.000000000 -0400
+@@ -49,9 +49,9 @@ gfloat gpm_array_float_get_average (G
+ gboolean gpm_array_float_print (GArray *array);
+ GArray *gpm_array_float_convolve (GArray *data,
+ GArray *kernel);
+-inline gfloat gpm_array_float_get (GArray *array,
++gfloat gpm_array_float_get (GArray *array,
+ guint i);
+-inline void gpm_array_float_set (GArray *array,
++void gpm_array_float_set (GArray *array,
+ guint i,
+ gfloat value);
+