pkgsrc/audio/terminatorx/patches/patch-ai
marino bbc838ea0b audio/terminatorx: Fix DragonFly breakage
To restore buildability on DragonFly:
1) Added <string.h> to global header
2) Reversed patch-aa's modification of scandir
No PKGREVISION bump required.
2011-11-24 20:34:34 +00:00

12 lines
284 B
Text

$NetBSD: patch-ai,v 1.1 2011/11/24 20:34:34 marino Exp $
--- src/tX_global.h.orig 2004-11-03 13:25:50.000000000 +0000
+++ src/tX_global.h
@@ -33,6 +33,7 @@
extern "C" {
#endif /* __cplusplus */
+#include <string.h>
#include <limits.h>
#include <stdio.h>
#include "tX_types.h"