about summary refs log tree commit diff
path: root/pkgs/applications/editors/bviplus/gcc5.diff
blob: 75dc57151dd512a93284b1d5ec76f41b462c2e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)
   {