summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-09-16 06:13:28 +0200
committerJeroen Roovers <jer@gentoo.org>2015-09-16 06:13:28 +0200
commit7157442b92744d6b8ed5b1e45c42a0a79ed86750 (patch)
treee9605183c3e51d903381013602f1340630753005 /x11-misc/xbattbar/files
parentx11-misc/xnots: Live ebuild. (diff)
downloadgentoo-7157442b92744d6b8ed5b1e45c42a0a79ed86750.tar.gz
gentoo-7157442b92744d6b8ed5b1e45c42a0a79ed86750.tar.bz2
gentoo-7157442b92744d6b8ed5b1e45c42a0a79ed86750.zip
x11-misc/xbattbar: Version bump.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/xbattbar/files')
-rw-r--r--x11-misc/xbattbar/files/xbattbar-1.4.8-const.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/xbattbar/files/xbattbar-1.4.8-const.patch b/x11-misc/xbattbar/files/xbattbar-1.4.8-const.patch
new file mode 100644
index 000000000000..818aa38fdbb3
--- /dev/null
+++ b/x11-misc/xbattbar/files/xbattbar-1.4.8-const.patch
@@ -0,0 +1,11 @@
+--- a/xbattbar-check-apm.c
++++ b/xbattbar-check-apm.c
+@@ -210,7 +210,7 @@
+ #define APM_STAT_LINE_ON 1
+
+ typedef struct apm_info {
+- const char driver_version[10];
++ char driver_version[10];
+ int apm_version_major;
+ int apm_version_minor;
+ int apm_flags;