openbsd-ports/x11/kdebase/patches/patch-am

12 lines
319 B
Plaintext
Raw Normal View History

--- kcontrol/info/memory.cpp.orig Sun Jun 20 19:40:56 1999
+++ kcontrol/info/memory.cpp Sun Jun 20 19:41:26 1999
@@ -86,7 +86,7 @@
#include "memory_linux.cpp"
#elif sgi
#include "memory_sgi.cpp"
-#elif __FreeBSD__
+#elif __FreeBSD__ || __OpenBSD__
#include "memory_fbsd.cpp"
#elif hpux
#include "memory_hpux.cpp"