summaryrefslogtreecommitdiff
path: root/audio/tracker/patches/patch-ae
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>1997-10-30 00:15:01 +0000
committeraugustss <augustss@pkgsrc.org>1997-10-30 00:15:01 +0000
commitc9eb3f5b8de5b0d00681773cfd9ce2417b569744 (patch)
tree75913e2d32e47d7ba6115b5e2ffc428fc6fbb6c0 /audio/tracker/patches/patch-ae
parenta3a5eff8f576d8df24bd88c3eb64c1a570e2a745 (diff)
downloadpkgsrc-c9eb3f5b8de5b0d00681773cfd9ce2417b569744.tar.gz
NetBSD port.
Diffstat (limited to 'audio/tracker/patches/patch-ae')
-rw-r--r--audio/tracker/patches/patch-ae22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/tracker/patches/patch-ae b/audio/tracker/patches/patch-ae
new file mode 100644
index 00000000000..5eb5940dcbf
--- /dev/null
+++ b/audio/tracker/patches/patch-ae
@@ -0,0 +1,22 @@
+--- /dev/null Thu Oct 30 01:04:49 1997
++++ Arch/PCux/netbsd_config.h Thu Oct 30 01:05:59 1997
+@@ -0,0 +1,19 @@
++/* config.h
++ vi:ts=3 sw=3:
++ */
++
++/* Configuration for FreeBSD Unix (i386 platform) */
++
++#define IS_POSIX
++#define USE_TERMIOS
++#define USE_AT_EXIT
++#define SCO_ANSI_COLOR
++
++typedef void *GENERIC;
++
++#define P(args) args
++
++/* #define ID(x) */
++#define ID(x) LOCAL char id[]= x ;
++
++#define stricmp strcasecmp