~ubuntu-branches/debian/stretch/tcl-fitstcl/stretch

« back to all changes in this revision

Viewing changes to debian/patches/nonlinux.patch

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2015-06-10 17:35:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150610173543-37jifpt0bjuocrr0
Tags: 2.4-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Description: Extend the known operating systems by Gnu HURD and kfreeBSD.
3
3
--- a/configure.in
4
4
+++ b/configure.in
5
 
@@ -97,7 +97,7 @@
 
5
@@ -78,7 +78,7 @@
6
6
     AC_MSG_ERROR(HEAsoft: Unable to guess system type. Please set it using --with-bindir option)
7
7
   fi
8
8
   changequote(,)
11
11
   changequote([,])
12
12
   lhea_machine=`$UNAME -m 2> /dev/null`
13
13
   BIN_EXT=
14
 
@@ -117,7 +117,7 @@
15
 
       EXT=hpu
16
 
       lhea_machine=`$UNAME -m 2> /dev/null | tr '/' ' ' | awk '{ print $2 }'`
 
14
@@ -89,7 +89,7 @@
 
15
       BIN_EXT=".exe"
 
16
       EXT=win
17
17
       ;;
18
18
-    Linux*)
19
19
+    Linux*|kFreeBSD*|GNU*)
20
20
       EXT=lnx
21
21
       ;;
22
 
     OSF1*)
 
22
     Darwin*)