diff options
author | frueauf <frueauf> | 1999-07-23 15:48:16 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-07-23 15:48:16 +0000 |
commit | f668a18dabb66a72e35acaf0954fbb80ce5bdae1 (patch) | |
tree | 1a8063df562d06b6c43b0f54f7b0a887107ac045 /news | |
parent | e4e41a2b0871498cc5f528cb9b9c274e1fcb3ea5 (diff) | |
download | pkgsrc-f668a18dabb66a72e35acaf0954fbb80ce5bdae1.tar.gz |
Add -Dunix to compiler options.
Diffstat (limited to 'news')
-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. + */ |