From 4e1a6f1b3c543b9fbeb882a9e97551f7c58ca65a Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 25 Dec 2023 18:36:02 +0100 Subject: ports: curl :^) had to do a lot of hacky stuff, but it's there. worked on this on and off for a while now --- ports/pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/pre') diff --git a/ports/pre b/ports/pre index fd77784..c30ddd8 100644 --- a/ports/pre +++ b/ports/pre @@ -39,7 +39,7 @@ patch() { if test -d $portdir/patches/; then for patch in $portdir/patches/*; do echo $patch - command patch -d $tarball_dir/ <$patch + command patch -p0 -d $tarball_dir/ <$patch done fi post_patch -- cgit v1.2.3