Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 04:34:33 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428831 - head/biology/lamarc/files
Message-ID:  <201612180434.uBI4YXXk066431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Dec 18 04:34:33 2016
New Revision: 428831
URL: https://svnweb.freebsd.org/changeset/ports/428831

Log:
  biology/lamarc: Fix build on DF (taken from dports)

Added:
  head/biology/lamarc/files/patch-configure   (contents, props changed)

Added: head/biology/lamarc/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/lamarc/files/patch-configure	Sun Dec 18 04:34:33 2016	(r428831)
@@ -0,0 +1,11 @@
+--- configure.orig	2012-05-24 23:43:17 UTC
++++ configure
+@@ -2612,7 +2612,7 @@ case "$target_os" in
+             LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
+         fi
+         ;;
+-    freebsd*|linux*)
++    dragonfly*|freebsd*|linux*)
+         if test "X${lamCONV}" = "Xyes" ; then
+             if test "X${lamGUI}" = "Xyes" ; then
+                 if test "X${GUI_TOOLKIT}" = "X" ; then



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