Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2015 18:26:56 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385423 - head/x11-toolkits/ocaml-labltk/files
Message-ID:  <201505041826.t44IQuiJ062831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505041826.t44IQuiJ062831>