ports/math/facile/files/patch-ocaml4
Max Brazhnikov d02c2961d0 math/facile:
- add patch to fix build with ocaml-4
- modernize Makefile (USES, staging)
- bump PORTREVISION after ocaml update
- assign maintainership to kde@
2014-04-01 08:41:13 +00:00

11 lines
238 B
Text

--- ./src/fcl_data.ml
+++ ./src/fcl_data.ml
@@ -16,7 +16,7 @@ end
module Hashtbl = struct
type ('a, 'b) t = ('a, 'b) Hashtbl.t
- let create = Hashtbl.create
+ let create n = Hashtbl.create n
let get h = h
let add h k d =