File: shp-fix.patch

package info (click to toggle)
grads 3%3A2.2.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,264 kB
  • sloc: ansic: 61,645; sh: 10,612; makefile: 206; python: 3
file content (18 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: grads-2.2.1/configure.ac
===================================================================
--- grads-2.2.1.orig/configure.ac
+++ grads-2.2.1/configure.ac
@@ -418,10 +418,9 @@ fi
 # check in system locations
 if test "$use_shp" != "yes" -a "$ga_dyn_supplibs" = "yes" ; then
   echo looking in other system locations
-  GA_CHECK_LIB_SHP(
-  [ use_shp=yes 
-    shp_libs=$SHP_LIBS
-  ])
+  Hack out missing fn
+  use_shp=yes 
+  shp_libs=$SHP_LIBS
 fi
 # set output variables
 if test "$use_shp" != "yes" ; then