From bae12b71488e365645e8977af01129abf9a1e7df Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 11 Jan 2011 18:21:00 +0000 Subject: [PATCH] Added dos2unix commands to convert to proper line endings in some files so that cyassl compiles ok with gcc2, this makes it so no patching is required now. NOTE: Unzipping with the -a option did not fix the issue. --- dev-libs/cyassl/cyassl-1.8.0.bep | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/cyassl/cyassl-1.8.0.bep b/dev-libs/cyassl/cyassl-1.8.0.bep index df060ddea..ac5c9a2bd 100644 --- a/dev-libs/cyassl/cyassl-1.8.0.bep +++ b/dev-libs/cyassl/cyassl-1.8.0.bep @@ -3,10 +3,14 @@ HOMEPAGE="http://yassl.com" SRC_URI="http://yassl.com/cyassl-1.8.0.zip" REVISION="1" STATUS_HAIKU="stable" -DEPEND="" +DEPEND="app-text/dos2unix >= 1.0" CHECKSUM_MD5="d2ce70ffe04b6603eeb630258e236a58" BUILD { cd cyassl-1.8.0 + dos2unix * + dos2unix include/* + dos2unix ctaocrypt/include/* + dos2unix ctaocrypt/src/* libtoolize --force --copy --install rm acinclude.m4 rm aclocal.m4