Files
macports-ports/science/ncarg/files/patch-Configure.diff

12 lines
378 B
Diff

--- Configure.orig 2018-07-16 23:26:27.000000000 +0900
+++ Configure 2018-08-12 17:45:37.000000000 +0900
@@ -552,7 +552,7 @@
if ("$answer" == "q") goto cleanup
if (("$answer" != "") && ("$answer" != "$hdfwithszip")) then
set hdfwithszip = "$answer"
- set hdflib = "-lmfhdf -ldf -ljpeg -lz -lsz"
+ set hdflib = "-lmfhdf -ldf"
endif
endif