aboutsummaryrefslogtreecommitdiff
path: root/ports/apr-util/apr.patch
AgeCommit message (Collapse)Author
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-05-24[apr-util] Fix logic error. If find_library call is used testing for ↵Alexander Neumann
existance is strange. (#6609) Especially if APR_LIBRARIES can contain a list. Testing against NOTFOUND is better.