openbsd-ports/net/opal/patches/patch-plugins_configure

15 lines
599 B
Plaintext
Raw Normal View History

2010-03-23 21:13:37 +00:00
$OpenBSD: patch-plugins_configure,v 1.1 2010/03/23 21:13:37 ajacoutot Exp $
--- plugins/configure.orig Tue Sep 22 02:57:56 2009
+++ plugins/configure Wed Sep 23 00:24:27 2009
@@ -2195,6 +2195,10 @@ fi
opal_release_flags="-O3 -DSOLARIS"
opal_debug_flags="-g -D_DEBUG -DSOLARIS"
;;
+ openbsd*)
+ opal_release_flags=""
+ opal_debug_flags="-g3 -ggdb -O0 -D_DEBUG"
+ ;;
*)
opal_release_flags="-Os"
opal_debug_flags="-g3 -ggdb -O0 -D_DEBUG"