diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 17:53:26 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 17:53:26 +0000 |
commit | 36d7249f846d95a244997b6c1d570854c0bf97f8 (patch) | |
tree | 2ed0cab585abb5ce589a66c2fbcfa7e4cd898d63 /biology/rasmol/patches | |
parent | 68b05d16d93c9b39266664058a204232f0a4d306 (diff) | |
download | pkgsrc-36d7249f846d95a244997b6c1d570854c0bf97f8.tar.gz |
MITSHM is not available on Interix, so don't request it.
Diffstat (limited to 'biology/rasmol/patches')
-rw-r--r-- | biology/rasmol/patches/patch-ac | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/biology/rasmol/patches/patch-ac b/biology/rasmol/patches/patch-ac index 6d3e45b2c22..b415838b486 100644 --- a/biology/rasmol/patches/patch-ac +++ b/biology/rasmol/patches/patch-ac @@ -1,8 +1,19 @@ -$NetBSD: patch-ac,v 1.2 2005/10/07 15:13:21 perry Exp $ +$NetBSD: patch-ac,v 1.3 2005/10/31 17:53:26 tv Exp $ ---- rasmol.h.orig 2005-10-06 18:09:35.000000000 -0400 -+++ rasmol.h 2005-10-06 18:10:05.000000000 -0400 -@@ -110,7 +110,7 @@ +--- rasmol.h.orig 2005-04-28 18:57:25.000000000 -0400 ++++ rasmol.h +@@ -71,7 +71,10 @@ + #define SOCKETS + #define TERMIOS + #define PROFILE ++ ++#ifndef __INTERIX + #define MITSHM ++#endif + + /* #define HAVEZLIB */ + /* #define HAVELIBJPEG */ +@@ -110,7 +113,7 @@ #endif #if !defined(IBMPC) && !defined(APPLEMAC) && !defined(VMS) |