aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-05-04 18:26:55 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-05-04 18:26:55 +0000
commitcffde0555f48eb783cb9261fdc4750820674cba3 (patch)
treea3fe54b14508c86caa5a36cd6a9fa7b5ad30d5ac /x11-toolkits
parentf13fbbab843de1334cc2da0709e12941c26fc99e (diff)
downloadports-cffde0555f48eb783cb9261fdc4750820674cba3.tar.gz
ports-cffde0555f48eb783cb9261fdc4750820674cba3.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/ocaml-labltk/files/patch-configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/ocaml-labltk/files/patch-configure b/x11-toolkits/ocaml-labltk/files/patch-configure
index f252faca0b40..9e7541d3a7de 100644
--- a/x11-toolkits/ocaml-labltk/files/patch-configure
+++ b/x11-toolkits/ocaml-labltk/files/patch-configure
@@ -11,11 +11,12 @@
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