mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
agg, disable static library (#8324)
This commit is contained in:
@@ -4,7 +4,7 @@ graphic library, written in industrially standard C++."
|
||||
HOMEPAGE="https://en.wikipedia.org/wiki/Anti-Grain_Geometry"
|
||||
COPYRIGHT="2002-2006 Maxim Shemanarev"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://sourceforge.net/projects/cross-stuff/files/OldFiles/agg-2.5.tar.gz"
|
||||
CHECKSUM_SHA256="ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f"
|
||||
PATCHES="agg-2.5.patchset"
|
||||
@@ -90,7 +90,8 @@ BUILD()
|
||||
--enable-ctrl \
|
||||
--enable-gpc \
|
||||
--enable-platform \
|
||||
--disable-examples
|
||||
--disable-examples \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -111,6 +112,7 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
$dataRootDir/aclocal
|
||||
|
||||
packageEntries sdl \
|
||||
$libDir/libaggplatformsdl*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user