summaryrefslogtreecommitdiff
path: root/sysutils/cdrecord
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-12-28 09:35:42 +0000
committertron <tron@pkgsrc.org>1998-12-28 09:35:42 +0000
commitf05f726de61443797809b1ac993702d9b7cd2cc4 (patch)
treeb7158c6765cbe39f7e0533927cb1d4ab2dd9beef /sysutils/cdrecord
parentfbb9056b81f0f95817f41e336d6152302e463f9e (diff)
downloadpkgsrc-f05f726de61443797809b1ac993702d9b7cd2cc4.tar.gz
Don't check for deprecated symbol "unix".
Diffstat (limited to 'sysutils/cdrecord')
-rw-r--r--sysutils/cdrecord/patches/patch-ad15
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