summaryrefslogtreecommitdiff
path: root/sysutils/cdrecord
diff options
context:
space:
mode:
authortron <tron>1998-12-28 09:35:42 +0000
committertron <tron>1998-12-28 09:35:42 +0000
commit6178896998f61f2d7287126b26ac3ea9fcc207e4 (patch)
treeb7158c6765cbe39f7e0533927cb1d4ab2dd9beef /sysutils/cdrecord
parent7a4f6c3256301cb1e6ad76081f5c87beec97d7e5 (diff)
downloadpkgsrc-6178896998f61f2d7287126b26ac3ea9fcc207e4.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