summaryrefslogtreecommitdiffstats
path: root/builddeps-bucts
diff options
context:
space:
mode:
Diffstat (limited to 'builddeps-bucts')
-rwxr-xr-xbuilddeps-bucts2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps-bucts b/builddeps-bucts
index 7125e83..8a10ef6 100755
--- a/builddeps-bucts
+++ b/builddeps-bucts
@@ -36,7 +36,7 @@ if (( $# != 1 )); then
# build it dynamically linked
make
else
- git apply ../resources/bucts/patch/staticlink.diff
+ patch Makefile < ../resources/bucts/patch/staticlink.diff
# build it statically linked
make
fi