mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Add x86_64 as supported architecture to ports required by Haiku.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
SUMMARY="Perl5 Compatible Regular Expressions"
|
||||
DESCRIPTION="
|
||||
The PCRE library is a set of functions that implement regular expression
|
||||
pattern matching using the same syntax and semantics as Perl 5. PCRE has
|
||||
its own native API, as well as a set of wrapper functions that correspond
|
||||
to the POSIX regular expression API. The PCRE library is free, even for
|
||||
The PCRE library is a set of functions that implement regular expression
|
||||
pattern matching using the same syntax and semantics as Perl 5. PCRE has
|
||||
its own native API, as well as a set of wrapper functions that correspond
|
||||
to the POSIX regular expression API. The PCRE library is free, even for
|
||||
building proprietary software.
|
||||
This package contains the native API.
|
||||
"
|
||||
@@ -16,7 +16,7 @@ COPYRIGHT="
|
||||
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.21.tar.bz2"
|
||||
CHECKSUM_MD5="0a7b592bea64b7aa7f4011fc7171a730"
|
||||
REVISION="5"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
libpcre = $portVersion
|
||||
@@ -61,7 +61,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libpcre libpcrecpp libpcreposix
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user