void-packages/srcpkgs/deutex/patches/fix-cross-compile.patch
2015-05-26 19:48:11 +00:00

11 lines
248 B
Diff

--- configure.orig
+++ configure
@@ -272,7 +272,7 @@
# does the C compiler actually work ?
#
printf "checking whether the C compiler works..."
-(
+echo || (
cd "$tmpdir"
echo 'main (int argc, char *argv[]) { return 0; }' >$cbasename
if