2013-09-26 17:14:40 +02:00

25 lines
496 B
Plaintext

$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