svn commit: r428831 - head/biology/lamarc/files

John Marino marino at FreeBSD.org
Sun Dec 18 04:34:34 UTC 2016


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


More information about the svn-ports-head mailing list