Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 15:37:05 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334945 - in head/biology/lamarc: . files
Message-ID:  <201311261537.rAQFb5CG024354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Nov 26 15:37:05 2013
New Revision: 334945
URL: http://svnweb.freebsd.org/changeset/ports/334945

Log:
  biology/lamarc: fix build on current
  
  PR:		ports/184219
  Submitted by:	KATO Tsuguru <tkato432 yahoo.com>

Added:
  head/biology/lamarc/files/patch-src__control__defaults.h   (contents, props changed)
Modified:
  head/biology/lamarc/Makefile

Modified: head/biology/lamarc/Makefile
==============================================================================
--- head/biology/lamarc/Makefile	Tue Nov 26 15:07:40 2013	(r334944)
+++ head/biology/lamarc/Makefile	Tue Nov 26 15:37:05 2013	(r334945)
@@ -32,10 +32,6 @@ PLIST_FILES+=	bin/lam_conv
 CONFIGURE_ARGS+=	--disable-converter
 .endif
 
-.if empty(PORT_OPTIONS:MDOCS)
-INSTALL_TARGET=	install-exec-am
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|/html/lamarc|/${DOCSDIR_REL}|' ${WRKSRC}/Makefile.in

Added: head/biology/lamarc/files/patch-src__control__defaults.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/lamarc/files/patch-src__control__defaults.h	Tue Nov 26 15:37:05 2013	(r334945)
@@ -0,0 +1,10 @@
+--- src/control/defaults.h.orig
++++ src/control/defaults.h
+@@ -3,6 +3,7 @@
+ #ifndef DEFAULTS_H
+ #define DEFAULTS_H
+ 
++#include <ctime>
+ #include <string>
+ #include "constants.h"
+ #include "local_build.h"



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