$OpenBSD: patch-setup_ml,v 1.1 2013/01/10 18:55:30 chrisz Exp $

autogenerated by oasis

--- setup.ml.orig	Mon Oct  8 11:21:18 2012
+++ setup.ml	Fri Jan  4 00:00:12 2013
@@ -5964,8 +5964,13 @@ let setup_t =
                            "lTerm_windows_stubs.c"
                         ];
                       bs_data_files = [];
-                      bs_ccopt = [(OASISExpr.EBool true, [])];
-                      bs_cclib = [(OASISExpr.EBool true, [])];
+                      bs_ccopt =
+                        [(OASISExpr.EBool true, ["-I${LOCALBASE}/include"])];
+                      bs_cclib =
+                        [
+                           (OASISExpr.EBool true,
+                             ["-L${LOCALBASE}/lib"; "-lcharset"])
+                        ];
                       bs_dlllib = [(OASISExpr.EBool true, [])];
                       bs_dllpath = [(OASISExpr.EBool true, [])];
                       bs_byteopt = [(OASISExpr.EBool true, [])];
