From d33f56892623ed4202d0591940f1305d591f7e03 Mon Sep 17 00:00:00 2001 From: marino Date: Mon, 21 May 2012 08:03:15 +0000 Subject: textproc/FlightCrew: Fix bad patch application The FlightCrew files all use DOS line endings. The patches all use unix line endings. All source files have to have the line endings converted before applying a patch to them. The last patch added 2012-01-16 to fix build with Boost wasn't applied to a converted source file and thus the package failed in the patch phase. --- textproc/FlightCrew/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/FlightCrew') diff --git a/textproc/FlightCrew/Makefile b/textproc/FlightCrew/Makefile index 29366e38602..ca06f8cf25b 100644 --- a/textproc/FlightCrew/Makefile +++ b/textproc/FlightCrew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/03/03 00:14:00 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/05/21 08:03:15 marino Exp $ # DISTNAME= FlightCrew-0.7.2-Code @@ -36,6 +36,7 @@ SUBST_STAGE.d2u= post-extract SUBST_MESSAGE.d2u= Removing CR end-of-line markers. SUBST_FILES.d2u= CMakeLists.txt SUBST_FILES.d2u+= src/FlightCrew/tests/CMakeLists.txt +SUBST_FILES.d2u+= src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp SUBST_FILTER_CMD.d2u= ${TR} -d '\r' .include "../../mk/compiler.mk" -- cgit v1.2.3