svn commit: r334945 - in head/biology/lamarc: . files
William Grzybowski
wg at FreeBSD.org
Tue Nov 26 15:37:06 UTC 2013
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"
More information about the svn-ports-all
mailing list