File: 01_drawmap.h.dpatch

package info (click to toggle)
drawmap 2.5-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 1,184 kB
  • ctags: 680
  • sloc: ansic: 13,087; sh: 86; makefile: 76
file content (17 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_drawmap.dpatch 
##
## DP: Fix build issue

@DPATCH@

--- drawmap-2.5.orig/drawmap.h
+++ drawmap-2.5/drawmap.h
@@ -196,6 +196,7 @@
 
 
 
+#define round(x) lround(x) /* avoid type conflict with built-in function */
 long round(double);
 long max(long, long);
 double max3(double, double, double);