about summary refs log tree commit diff
path: root/pkgs/applications/editors/bviplus/gcc5.diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-07 16:06:56 +0000
committerRobin Gloster <mail@glob.in>2016-02-07 16:06:56 +0000
commit56ae3db53fefd363306e9c826bfc5e771e6ed599 (patch)
tree23afe4117d9f3af4b7eb5dff9fcd0a2e271d745e /pkgs/applications/editors/bviplus/gcc5.diff
parent955a9a3be72c9911b5b4bf3dde72d14e362fe450 (diff)
downloadnixlib-56ae3db53fefd363306e9c826bfc5e771e6ed599.tar
nixlib-56ae3db53fefd363306e9c826bfc5e771e6ed599.tar.gz
nixlib-56ae3db53fefd363306e9c826bfc5e771e6ed599.tar.bz2
nixlib-56ae3db53fefd363306e9c826bfc5e771e6ed599.tar.lz
nixlib-56ae3db53fefd363306e9c826bfc5e771e6ed599.tar.xz
nixlib-56ae3db53fefd363306e9c826bfc5e771e6ed599.tar.zst
nixlib-56ae3db53fefd363306e9c826bfc5e771e6ed599.zip
bviplus: fix build with gcc5 (inline semantics)
Diffstat (limited to 'pkgs/applications/editors/bviplus/gcc5.diff')
-rw-r--r--pkgs/applications/editors/bviplus/gcc5.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/editors/bviplus/gcc5.diff b/pkgs/applications/editors/bviplus/gcc5.diff
new file mode 100644
index 000000000000..75dc57151dd5
--- /dev/null
+++ b/pkgs/applications/editors/bviplus/gcc5.diff
@@ -0,0 +1,11 @@
+--- bviplus-0.9.4/vf_backend.c	2016-02-07 15:58:47.265405962 +0000
++++ bviplus-0.9.4/vf_backend.c	2016-02-07 16:04:30.020004919 +0000
+@@ -253,7 +253,7 @@
+ /*---------------------------
+ 
+   ---------------------------*/
+-inline void compute_percent_complete(off_t offset, off_t size, int *complete)
++extern void compute_percent_complete(off_t offset, off_t size, int *complete)
+ {
+   if (size == 0)
+   {