ports/devel/valgrind/patches/patch-include_pub_tool_vki_h

12 lines
270 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- include/pub_tool_vki.h.orig
+++ include/pub_tool_vki.h
@@ -53,6 +53,8 @@
# include "vki/vki-solaris.h"
#elif defined(VGO_freebsd)
# include "vki/vki-freebsd.h"
+#elif defined(VGO_openbsd)
+# include "vki/vki-openbsd.h"
#else
# error Unknown Plat/OS
#endif