mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add x86_64 as supported architecture to ports required by Haiku.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
SUMMARY="An SQL database engine in a C library"
|
||||
SUMMARY="An SQL database engine in a C library"
|
||||
DESCRIPTION="
|
||||
SQLite is a software library that implements a self-contained,
|
||||
SQLite is a software library that implements a self-contained,
|
||||
serverless, zero-configuration, transactional SQL database engine.
|
||||
|
||||
SQLite is the most widely deployed SQL database engine in the world.
|
||||
|
||||
SQLite is the most widely deployed SQL database engine in the world.
|
||||
The source code for SQLite is in the public domain.
|
||||
"
|
||||
HOMEPAGE="http://www.sqlite.org/"
|
||||
@@ -12,7 +12,7 @@ CHECKSUM_MD5="c97df403e8a3d5b67bb408fcd6aabd8e"
|
||||
LICENSE="SQLite"
|
||||
COPYRIGHT="Public Domain"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="sqlite-3.7.13.patch"
|
||||
|
||||
Reference in New Issue
Block a user