mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Removed check for gcc4 and just set the libdir to B_COMMON_LIB_DIRECTORY.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="fribidi - A free implementation of the unicode bidirectional algorithm"
|
||||
HOMEPAGE="http://fribidi.org/"
|
||||
DESCRIPTION="fribidi - A free implementation of the unicode bidirectional algorithm"
|
||||
HOMEPAGE="http://fribidi.org/"
|
||||
SRC_URI="http://fribidi.org/download/fribidi-0.19.2.tar.gz"
|
||||
CHECKSUM_MD5="626db17d2d99b43615ad9d12500f568a"
|
||||
REVISION="1"
|
||||
@@ -19,11 +19,7 @@ BUILD {
|
||||
automake
|
||||
autoconf
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
if [ -n "$(setgcc | grep '2')" ]; then
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
else
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`/gcc4
|
||||
fi
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
|
||||
@@ -10,11 +10,7 @@ BUILD {
|
||||
cd libevent-1.4.14b-stable
|
||||
autoreconf -vfi
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
if [ -n "$(setgcc | grep '2')" ]; then
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
else
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`/gcc4
|
||||
fi
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="libpcre - Perl Compatible Regular Expressions"
|
||||
HOMEPAGE="http://www.xpcre.org/"
|
||||
HOMEPAGE="http://www.xpcre.org/"
|
||||
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.02.tar.bz2"
|
||||
CHECKSUM_MD5="27948c1b5f5c1eabc23cba1ebe4c316f"
|
||||
REVISION="1"
|
||||
@@ -7,11 +7,7 @@ STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd pcre-8.02
|
||||
if [ -n "$(setgcc | grep '2')" ]; then
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
else
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`/gcc4
|
||||
fi
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
autoconf
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION="libpcre - Perl Compatible Regular Expressions"
|
||||
HOMEPAGE="http://www.xpcre.org/"
|
||||
HOMEPAGE="http://www.xpcre.org/"
|
||||
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.12.tar.bz2"
|
||||
CHECKSUM_MD5="f14a9fef3c92f3fc6c5ac92d7a2c7eb3"
|
||||
REVISION="1"
|
||||
@@ -7,11 +7,7 @@ STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd pcre-8.12
|
||||
# if [ -n "$(setgcc | grep '2')" ]; then
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
# else
|
||||
# LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`/gcc4
|
||||
# fi
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
autoconf
|
||||
|
||||
Reference in New Issue
Block a user