diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-11-10 22:05:03 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-11-10 22:05:03 +0000 |
commit | 4ab2bf80bb621540d3014fd9928ff94e26bb3eb2 (patch) | |
tree | 987b148a11859a7169413f3d20640b7dd4683cf8 /textproc/FlightCrew | |
parent | 160270974474487112fd73226a07258bd539a588 (diff) | |
download | pkgsrc-4ab2bf80bb621540d3014fd9928ff94e26bb3eb2.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/Makefile | 9 |
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]*) |