From b3b7c54cc7933e6ca76a2aa4d59292e254ac73ce Mon Sep 17 00:00:00 2001 From: wg Date: Tue, 26 Nov 2013 15:37:05 +0000 Subject: biology/lamarc: fix build on current PR: ports/184219 Submitted by: KATO Tsuguru --- biology/lamarc/Makefile | 4 ---- biology/lamarc/files/patch-src__control__defaults.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 biology/lamarc/files/patch-src__control__defaults.h (limited to 'biology/lamarc') diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile index a96e939ea102..6f619f2a73fb 100644 --- a/biology/lamarc/Makefile +++ b/biology/lamarc/Makefile @@ -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 diff --git a/biology/lamarc/files/patch-src__control__defaults.h b/biology/lamarc/files/patch-src__control__defaults.h new file mode 100644 index 000000000000..0bf8cd156e16 --- /dev/null +++ b/biology/lamarc/files/patch-src__control__defaults.h @@ -0,0 +1,10 @@ +--- src/control/defaults.h.orig ++++ src/control/defaults.h +@@ -3,6 +3,7 @@ + #ifndef DEFAULTS_H + #define DEFAULTS_H + ++#include + #include + #include "constants.h" + #include "local_build.h" -- cgit