RJVB / lnxports

A "local port repository" for use with MacPorts on Linux, overriding ports from the main repository.
4 stars 1 forks source link

libiconv: allow for alternative locations of grep and sed #3

Closed barracuda156 closed 3 months ago

barracuda156 commented 3 months ago

Both are hardcoded to /usr/bin: https://github.com/RJVB/lnxports/blob/a298f373201d7babb79337a6ff2ad53075c4ad7e/textproc/libiconv/Portfile#L65C1-L66C34

However, my Linux has them in /bin. In result, configure fails.

RJVB commented 3 months ago

However, my Linux has them in /bin. In result, configure fails.

I think it should be OK to remove those 3 ac_cv_prog/path lines. I reckon they're there out of principle to avoid spurious dependencies on installed ports ... but I don't see how that could matter here.