File: ftbfs-freebsd.patch

package info (click to toggle)
soundmodem 0.20-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,612 kB
  • sloc: ansic: 20,667; sh: 3,834; makefile: 269; cpp: 261; xml: 51; perl: 31; sed: 16
file content (14 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Add stdint.h to kisspkt.c to fix FTBFS on GNU/kFreeBSD
Author: Iain R. Learmonth <irl@fsfe.org>
Last-Updated: 2015-05-05

--- soundmodem.orig/soundcard/kisspkt.c
+++ soundmodem/soundcard/kisspkt.c
@@ -58,6 +58,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <stdarg.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>