Index: head/x11-toolkits/ocaml-labltk/files/patch-configure =================================================================== --- head/x11-toolkits/ocaml-labltk/files/patch-configure (revision 385422) +++ head/x11-toolkits/ocaml-labltk/files/patch-configure (revision 385423) @@ -1,21 +1,22 @@ --- configure.orig 2014-09-18 04:08:33 UTC +++ configure @@ -44,10 +44,6 @@ exec 3>&1 # Parse command-line arguments -if echo "$configure_options" | grep -q -e '--\?[a-zA-Z0-9-]\+='; then - err "Arguments to this script look like '-libdir /foo/bar', not '-libdir=/foo/bar' (note the '=')." -fi - while : ; do case "$1" in "") break;; -@@ -222,6 +218,7 @@ if test $has_tk = true && test -z "$tk_l +@@ -222,6 +218,8 @@ if test $has_tk = true && test -z "$tk_l esac if test -n "$tklibdir"; then case "$system" in + freebsd) tk_libs="-L$tklibdir" ;; ++ bsd_elf) tk_libs="-L$tklibdir" ;; *bsd*) tk_libs="-R$tklibdir -L$tklibdir" ;; *) tk_libs="-L$tklibdir" ;; esac Property changes on: head/x11-toolkits/ocaml-labltk/files/patch-configure ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property