[geos-devel] Gitea 3.10.0dev cmake broken
Mike Taves
mwtoews at gmail.com
Thu May 6 16:13:43 PDT 2021
On Fri, 7 May 2021 at 00:19, Roger Bivand <Roger.Bivand at nhh.no> wrote:
>
> I ran:
>
> $ cat 447.diff | patch -p1 -c -b
> patching file tools/CMakeLists.txt
> patching file tools/geos-config.cmake
> patching file tools/geos-config.in
> patching file tools/geos.pc.cmake
I get this too, but on inspection it didn't actually patch
tools/CMakeLists.txt. I guess blame the -c flag?
Another method to apply this is:
$ git apply 447.diff
More information about the geos-devel
mailing list