mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
flam3, disable static library (#8217)
This commit is contained in:
@@ -8,7 +8,7 @@ code of sorts."
|
||||
HOMEPAGE="https://flam3.com/"
|
||||
COPYRIGHT="1992-2015 Scott Draves, Erik Reckase"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/scottdraves/flam3/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="afcd4af13897740e34f6ae1f3061bbfbda9c1dd5df3ecc9f57141c985d35d19d"
|
||||
if [ "$effectiveTargetArchitecture" = x86_gcc2 ];then
|
||||
@@ -63,7 +63,8 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure --enable-shared
|
||||
runConfigure ./configure --enable-shared \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user