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
|