File: 03-hurd-kfreebsd.diff

package info (click to toggle)
tclxml 3.3~svn11-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,392 kB
  • sloc: ansic: 13,292; tcl: 11,656; xml: 3,269; sh: 559; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix build on GNU/Hurd and GNU/kFreeBSD

--- pgtcl-1.5.orig/tclconfig/tcl.m4
+++ pgtcl-1.5/tclconfig/tcl.m4
@@ -1218,7 +1218,7 @@ dnl AC_CHECK_TOOL(AR, ar, :)
 	        fi
 	    fi
 	    ;;
-	Linux*)
+	Linux*|GNU*|NetBSD-Debian)
 	    SHLIB_CFLAGS="-fPIC"
 	    SHLIB_LD_LIBS='${LIBS}'
 	    SHLIB_SUFFIX=".so"