File: remove-jasper.patch

package info (click to toggle)
ncl 6.6.2.dfsg.1-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236,516 kB
  • sloc: ansic: 636,333; fortran: 443,915; csh: 19,653; sed: 11,224; yacc: 4,248; f90: 4,079; sh: 3,284; xml: 1,928; python: 1,841; lex: 1,298; perl: 995; java: 447; makefile: 398; objc: 291
file content (19 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Remove jasper; GRIB2lib no longer links against it,
 and it is beinf removed from Debian.
Last-Updated: 2023-11-10
Forwarded: not-needed

Index: ncl-6.6.2/config/Project
===================================================================
--- ncl-6.6.2.orig/config/Project
+++ ncl-6.6.2/config/Project
@@ -302,7 +302,7 @@
 #endif
 
 #ifndef	GRIB2lib
-#define       GRIB2lib   -lgrib2c -ljasper -lpng -lz -ljpeg
+#define       GRIB2lib   -lg2c  -lpng -lz -ljpeg
 #endif	/* GRIB2lib */
 
 #ifndef	EEMDlib