diff options
Diffstat (limited to 'cad/gnucap/patches/patch-src_u__opt.h')
-rw-r--r-- | cad/gnucap/patches/patch-src_u__opt.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gnucap/patches/patch-src_u__opt.h b/cad/gnucap/patches/patch-src_u__opt.h new file mode 100644 index 00000000000..9b7f825a529 --- /dev/null +++ b/cad/gnucap/patches/patch-src_u__opt.h @@ -0,0 +1,12 @@ +$NetBSD: patch-src_u__opt.h,v 1.1 2012/02/16 11:37:27 hans Exp $ + +--- src/u_opt.h.orig 2006-07-07 08:54:24.000000000 +0200 ++++ src/u_opt.h 2009-12-26 00:42:53.851327432 +0100 +@@ -24,6 +24,7 @@ + #ifndef U_OPT_H + #define U_OPT_H + #include "mode.h" ++#undef CS + /*--------------------------------------------------------------------------*/ + class CS; + /*--------------------------------------------------------------------------*/ |