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.
This commit is contained in:
Scott McCreary
2011-01-11 18:21:00 +00:00
parent 458a0739b5
commit bae12b7148

View File

@@ -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