File: 01-fix-ftbfs-on-kfreebsd

package info (click to toggle)
tix 8.4.3-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,316 kB
  • sloc: ansic: 28,084; tcl: 22,774; python: 7,577; makefile: 333; cs: 253; sh: 210; perl: 128
file content (14 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Petr Salinger <Petr.Salinger@seznam.cz>
Subject: fix FTBFS on kfreebsd-*

--- a/tclconfig/tcl.m4
+++ b/tclconfig/tcl.m4
@@ -1440,7 +1440,7 @@
 	        fi
 	    fi
 	    ;;
-	Linux*)
+	Linux*|GNU*)
 	    SHLIB_CFLAGS="-fPIC"
 	    SHLIB_LD_LIBS='${LIBS}'
 	    SHLIB_SUFFIX=".so"