mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
pixman, disable static library (#7654)
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="1987-1998 The Open Group
|
||||
2009-2010 Nokia Corporation
|
||||
and many others"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://cairographics.org/releases/pixman-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7"
|
||||
|
||||
@@ -47,7 +47,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user