mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
tcl, revbump, remove sqlite3 dependency (solves build on x86_64) (#5339)
This commit is contained in:
@@ -8,13 +8,13 @@ is truly cross platform, easily deployed and highly extensible."
|
||||
HOMEPAGE="http://www.tcl.tk"
|
||||
COPYRIGHT="Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/tcl/files/Tcl/$portVersion/tcl$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed"
|
||||
SOURCE_DIR="tcl$portVersion"
|
||||
PATCHES="tcl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
tcl = $portVersion compat >= 8.6
|
||||
@@ -54,6 +54,7 @@ defineDebugInfoPackage tcl \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export CFLAGS="-USQLITE_API -USQLITE_EXTERN"
|
||||
cd unix
|
||||
autoconf -f
|
||||
runConfigure ./configure \
|
||||
|
||||
Reference in New Issue
Block a user