File: cairo-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 (16 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: grads-2.2.1/configure.ac
===================================================================
--- grads-2.2.1.orig/configure.ac
+++ grads-2.2.1/configure.ac
@@ -585,11 +585,9 @@ fi
 # check in system locations
 if test "$use_cairo" != "yes" -a "$ga_dyn_supplibs" = "yes" ; then
   echo looking in other system locations
-  GA_CHECK_LIB_CAIRO([
     use_cairo='yes'
     cairo_inc=$CAIRO_CFLAGS
     cairo_libs=$CAIRO_LIBS
-  ])
 fi
 # set output variables
 if test "$use_cairo" != "yes" ; then