summaryrefslogtreecommitdiffstats
path: root/source/l/svgalib/svgalib-1.9.25-round_gtf_gtfcalc_c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/svgalib/svgalib-1.9.25-round_gtf_gtfcalc_c.patch')
-rw-r--r--source/l/svgalib/svgalib-1.9.25-round_gtf_gtfcalc_c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/l/svgalib/svgalib-1.9.25-round_gtf_gtfcalc_c.patch b/source/l/svgalib/svgalib-1.9.25-round_gtf_gtfcalc_c.patch
new file mode 100644
index 000000000..91c7859ca
--- /dev/null
+++ b/source/l/svgalib/svgalib-1.9.25-round_gtf_gtfcalc_c.patch
@@ -0,0 +1,11 @@
+--- svgalib-1.9.25.org/utils/gtf/gtfcalc.c 2009-08-05 13:05:26.473160060 +0530
++++ svgalib-1.9.25/utils/gtf/gtfcalc.c 2009-08-05 13:05:41.876227891 +0530
+@@ -64,7 +64,7 @@
+
+ /*-------------------------- Implementation -------------------------------*/
+
+-static double round(double v)
++double round(double v)
+ {
+ return floor(v + 0.5);
+ }