mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
378 B
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
|
|
|