mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Updated license and copyright for erlang, added license file. It's not yet building so marked as broken still.
This commit is contained in:
@@ -44,14 +44,15 @@ BUILD {
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--with-ssl=`finddir B_COMMON_DIRECTORY` \
|
||||
--disable-ipv6 \
|
||||
--disable-hipe \
|
||||
LDFLAGS="-lnetwork"
|
||||
make
|
||||
make -s
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd otp_src_R14B
|
||||
make install
|
||||
make -s install
|
||||
}
|
||||
|
||||
#LICENSE=""
|
||||
#COPYRIGHT=""
|
||||
LICENSE="EPL v1.1"
|
||||
COPYRIGHT="1997-2010 Ericsson AB"
|
||||
|
||||
Reference in New Issue
Block a user