mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Merge all changes from trunk
This commit is contained in:
@@ -8,7 +8,7 @@ BUILD {
|
||||
cd libgcrypt-1.4.5
|
||||
libtoolize --force --copy --install
|
||||
autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
24
dev-libs/libgcrypt/libgcrypt-1.5.0.bep
Normal file
24
dev-libs/libgcrypt/libgcrypt-1.5.0.bep
Normal file
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION="libgcrypt"
|
||||
HOMEPAGE="http://directory.fsf.org/project/libgcrypt/"
|
||||
SRC_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/libgpg-error > 1.8"
|
||||
CHECKSUM_MD5="693f9c64d50c908bc4d6e01da3ff76d8"
|
||||
BUILD {
|
||||
cd libgcrypt-1.5.0
|
||||
libtoolize --force --copy --install
|
||||
autogen.sh
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--enable-shared --enable-static
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libgcrypt-1.5.0
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU LGPL v3"
|
||||
COPYRIGHT="2000-2010 Free Software Foundation, Inc."
|
||||
10
dev-libs/libgcrypt/patches/libgcrypt-1.5.0.patch
Normal file
10
dev-libs/libgcrypt/patches/libgcrypt-1.5.0.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- libgcrypt-1.5.0/configure.ac 2011-06-29 08:53:22.065011712 +0000
|
||||
+++ libgcrypt-1.5.0-haiku/configure.ac 2012-04-09 17:24:30.365690880 +0000
|
||||
@@ -619,6 +619,7 @@
|
||||
AC_SEARCH_LIBS(setsockopt, [socket], ,
|
||||
[AC_SEARCH_LIBS(setsockopt, [socket], , , [-lnsl])])
|
||||
AC_SEARCH_LIBS(setsockopt, [nsl])
|
||||
+AC_SEARCH_LIBS(socket, [network])
|
||||
|
||||
##################################
|
||||
#### Checks for header files. ####
|
||||
Reference in New Issue
Block a user