mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user