diff options
author | tron <tron> | 1998-12-28 09:35:42 +0000 |
---|---|---|
committer | tron <tron> | 1998-12-28 09:35:42 +0000 |
commit | 6178896998f61f2d7287126b26ac3ea9fcc207e4 (patch) | |
tree | b7158c6765cbe39f7e0533927cb1d4ab2dd9beef /sysutils/cdrecord | |
parent | 7a4f6c3256301cb1e6ad76081f5c87beec97d7e5 (diff) | |
download | pkgsrc-6178896998f61f2d7287126b26ac3ea9fcc207e4.tar.gz |
Don't check for deprecated symbol "unix".
Diffstat (limited to 'sysutils/cdrecord')
-rw-r--r-- | sysutils/cdrecord/patches/patch-ad | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/cdrecord/patches/patch-ad b/sysutils/cdrecord/patches/patch-ad new file mode 100644 index 00000000000..9c4dba9d80f --- /dev/null +++ b/sysutils/cdrecord/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 1998/12/28 09:35:42 tron Exp $ + +--- include/mconfig.h.orig Fri Oct 9 15:31:45 1998 ++++ include/mconfig.h Mon Dec 28 10:33:08 1998 +@@ -35,9 +35,7 @@ + extern "C" { + #endif + +-#if defined(unix) || defined(__unix) || defined(__unix__) +-# define IS_UNIX +-#endif ++#define IS_UNIX + + #ifdef __MSDOS__ + # define IS_MSDOS |