diff options
Diffstat (limited to 'cad/geda/files/patch-configure')
-rw-r--r-- | cad/geda/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/geda/files/patch-configure b/cad/geda/files/patch-configure new file mode 100644 index 000000000000..6b0d73778f53 --- /dev/null +++ b/cad/geda/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2013-09-25 21:55:35 UTC ++++ configure +@@ -4876,7 +4876,7 @@ case $host_os in *\ *) host_os=`echo "$h + # compat. layer on Windows (Cygwin). + OS_WIN32_NATIVE=no + OS_CYGWIN=no +- OS_LINUX=no ++ OS_LINUX=yes + case "$host" in + *-*-linux*) + OS_LINUX=yes |