diff options
author | tron <tron> | 1998-12-28 09:35:42 +0000 |
---|---|---|
committer | tron <tron> | 1998-12-28 09:35:42 +0000 |
commit | d1c7dcfa6c9ed7fdeb0a76e76f9fc5bdc3df08ba (patch) | |
tree | b7158c6765cbe39f7e0533927cb1d4ab2dd9beef /sysutils/cdrecord/patches | |
parent | 076ce304e9c26009caef6a0057bae832180e1428 (diff) | |
download | pkgsrc-d1c7dcfa6c9ed7fdeb0a76e76f9fc5bdc3df08ba.tar.gz |
Don't check for deprecated symbol "unix".
Diffstat (limited to 'sysutils/cdrecord/patches')
-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 |