void-packages/srcpkgs/oksh/patches/cross.patch
2020-05-20 17:41:30 +02:00

11 lines
218 B
Diff

--- configure.orig
+++ configure
@@ -582,7 +582,7 @@
fi
printf "checking for C compiler... "
-cccheck
+cc=$CC
if [ $? -ne 0 ] ; then
echo "not found"
echo "Please install a C compiler and re-run configure."