File: kfreebsd

package info (click to toggle)
tcpstat 1.5-8
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 628 kB
  • ctags: 372
  • sloc: ansic: 2,281; sh: 439; makefile: 30
file content (18 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Rafael Cunha de Almeida <rafael@kontesti.me>
Reviewed-by: Marco TĂșlio Gontijo e Silva <marcot@debian.org>
Forwarded: yes
Last-Update: 2010-05-16
Description: Fix build configuration to work in Debian GNU/kfreebsd.
 Debian GNU/kfreebsd defaults to posix interface, just like linux. This
 patch defines _BSD_SOURCE in gnu/kfreebsd systems.

--- tcpstat-1.5/configure.in	2010-05-16 10:49:00.000000000 -0400
+++ tcpstat/configure.in	2010-05-16 10:47:06.000000000 -0400
@@ -69,6 +69,7 @@
 	aix*)		AC_DEFINE(AIX_STRANGENESS, 1, [ defined on AIX systems. ]) ;;
 	osf1*)		AC_DEFINE(TRU64_STRANGENESS, 1, [ defined on OSF systems. ]) ;;
 	linux*)		AC_DEFINE(_BSD_SOURCE, 1, [ defined usually on linux systems ] ) ;;
+	gnu/kfreebsd*)		AC_DEFINE(_BSD_SOURCE, 1, [ defined usually on debian kfreebsd systems ] ) ;;
 	bsd/os*)	;;
 	freebsd*)	;;
 	sunos*)		;;