svn commit: r385423 - head/x11-toolkits/ocaml-labltk/files
Guido Falsi
madpilot at FreeBSD.org
Mon May 4 18:26:56 UTC 2015
Author: madpilot
Date: Mon May 4 18:26:55 2015
New Revision: 385423
URL: https://svnweb.freebsd.org/changeset/ports/385423
Log:
Fix build on 10.1 i386.
This slipped by me in the previous commit.
Modified:
head/x11-toolkits/ocaml-labltk/files/patch-configure (contents, props changed)
Modified: head/x11-toolkits/ocaml-labltk/files/patch-configure
==============================================================================
--- head/x11-toolkits/ocaml-labltk/files/patch-configure Mon May 4 18:08:45 2015 (r385422)
+++ head/x11-toolkits/ocaml-labltk/files/patch-configure Mon May 4 18:26:55 2015 (r385423)
@@ -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
More information about the svn-ports-all
mailing list