openbsd-ports/x11/wm2/patches/patch-ab
graichen c3551f98fd wm2 -- a window manager
import of wm2 into the ports tree to settle it for an eventual integration
into the x tree - my first port - would be nice if any of the port gurus
may have a look at it if it's "perfect" from the style :-)
1998-03-16 12:33:25 +00:00

12 lines
229 B
Plaintext

--- Manager.C.org Mon Mar 16 12:47:59 1998
+++ Manager.C Mon Mar 16 12:48:29 1998
@@ -521,7 +521,7 @@
}
}
-#ifdef sgi
+#if defined(sgi) || defined(__OpenBSD__)
extern "C" {
extern int putenv(char *); /* not POSIX */
}