pkgsrc/chat/kadu/patches/patch-ac
joerg 247dca44ef Use PTHREAD_* instead of hard-wired -lpthread, esp. when testing for
libgadu. Let errno.h provide errno in libgsm.
2006-01-05 16:36:38 +00:00

13 lines
554 B
Text

$NetBSD: patch-ac,v 1.3 2006/01/05 16:36:38 joerg Exp $
--- modules/voice/libgsm/inc/config.h.orig 2006-01-05 16:21:24.000000000 +0000
+++ modules/voice/libgsm/inc/config.h
@@ -15,7 +15,7 @@
#define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
/*efine HAS_LIMITS_H 1 /* /usr/include/limits.h */
#define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
-/*efine HAS_ERRNO_DECL 1 /* errno.h declares errno */
+#define HAS_ERRNO_DECL 1 /* errno.h declares errno */
#define HAS_FSTAT 1 /* fstat syscall */
#define HAS_FCHMOD 1 /* fchmod syscall */