summaryrefslogtreecommitdiff
path: root/textproc/FlightCrew
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2011-11-10 22:05:03 +0000
committerryoon <ryoon@pkgsrc.org>2011-11-10 22:05:03 +0000
commitb4a9ec299d087c867f89ef4509c931eba1271301 (patch)
tree987b148a11859a7169413f3d20640b7dd4683cf8 /textproc/FlightCrew
parent273ad17d49dec7e2d7681ab416c253b92d956f6b (diff)
downloadpkgsrc-b4a9ec299d087c867f89ef4509c931eba1271301.tar.gz
This commit probably fix "make patch" on non-NetBSD platform,
for example Aleksey Cheusov's Debian GNU/Linux bulk build. But I have not tested on non-NetBSD platform.
Diffstat (limited to 'textproc/FlightCrew')
-rw-r--r--textproc/FlightCrew/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/FlightCrew/Makefile b/textproc/FlightCrew/Makefile
index b64a75af718..9cc0a252804 100644
--- a/textproc/FlightCrew/Makefile
+++ b/textproc/FlightCrew/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/11/01 06:02:37 sbd Exp $
+# $NetBSD: Makefile,v 1.5 2011/11/10 22:05:03 ryoon Exp $
#
DISTNAME= FlightCrew-0.7.2-Code
@@ -31,6 +31,13 @@ SUBST_FILES.fix-damaged= src/FlightCrew/tests/misc_tests/ConvertUtf8PathToBoostP
SUBST_SED.fix-damaged+= -e "2,2s/^/\//" # commented-out
SUBST_SED.fix-damaged+= -e "1,1d" # deleted
+SUBST_CLASSES+= d2u
+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_FILTER_CMD.d2u= ${TR} -d '\r'
+
.include "../../mk/compiler.mk"
# GCC 4.4 and above needs this
.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)