summaryrefslogtreecommitdiff
path: root/textproc/FlightCrew
diff options
context:
space:
mode:
authormarino <marino>2012-05-21 08:03:15 +0000
committermarino <marino>2012-05-21 08:03:15 +0000
commitd33f56892623ed4202d0591940f1305d591f7e03 (patch)
treeabb4ec5e65dddd84ebcd007613b6ac0b47dc1cf1 /textproc/FlightCrew
parent021e946d8d3ad8c8ba972b357fd4ad6ec1db81c2 (diff)
downloadpkgsrc-d33f56892623ed4202d0591940f1305d591f7e03.tar.gz
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.
Diffstat (limited to 'textproc/FlightCrew')
-rw-r--r--textproc/FlightCrew/Makefile3
1 files changed, 2 insertions, 1 deletions
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"