diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-07-23 15:48:16 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-07-23 15:48:16 +0000 |
commit | 90bd19fddd1c551220c7325fd5076d215d53797f (patch) | |
tree | 1a8063df562d06b6c43b0f54f7b0a887107ac045 /news/xrn | |
parent | 552e31eec27e3f93e762fb5aa97e5428f6d42171 (diff) | |
download | pkgsrc-90bd19fddd1c551220c7325fd5076d215d53797f.tar.gz |
Add -Dunix to compiler options.
Diffstat (limited to 'news/xrn')
-rw-r--r-- | news/xrn/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/news/xrn/patches/patch-ab b/news/xrn/patches/patch-ab new file mode 100644 index 00000000000..a4d4fdb756e --- /dev/null +++ b/news/xrn/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 1999/07/23 15:48:16 frueauf Exp $ + +--- Imakefile-orig Thu Jan 29 04:06:12 1998 ++++ Imakefile Wed Jul 21 19:44:31 1999 +@@ -158,6 +158,10 @@ + # endif + #endif + ++#if defined(NetBSDArchitecture) ++XRN_DEFINES = -Dunix ++#endif ++ + /* + * You probably don't need to change anything in this block. + */ |