summaryrefslogtreecommitdiff
path: root/biology/rasmol/patches/patch-ac
blob: b415838b48636b1102c6f29ea6f269f965197da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ac,v 1.3 2005/10/31 17:53:26 tv Exp $

--- 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)
-#define RASMOLDIR "/usr/local/lib/rasmol/"
+#define RASMOLDIR "@@PREFIX@@/share/doc/rasmol/"
 #endif
 #endif