openbsd-ports/emulators/frodo/patches/patch-Src_CmdPipe_cpp
2002-12-28 00:14:11 +00:00

13 lines
318 B
Plaintext

$OpenBSD: patch-Src_CmdPipe_cpp,v 1.1 2002/12/28 00:14:11 naddy Exp $
--- Src/CmdPipe.cpp.orig Sat Dec 28 01:03:54 2002
+++ Src/CmdPipe.cpp Sat Dec 28 01:04:38 2002
@@ -17,7 +17,7 @@ extern "C" {
#include <string.h>
#include <signal.h>
-#if defined(__alpha__)
+#if defined(__osf1__)
#include <cma.h>
#endif