mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
aalib, disable static library (#8227)
This commit is contained in:
@@ -4,7 +4,7 @@ automatically convert still and moving images into ASCII art."
|
||||
HOMEPAGE="http://aa-project.sourceforge.net/aalib/"
|
||||
COPYRIGHT="1997-2001 Jam Hubicka, Thomas A. K. Kjaer, Tim Newsome, Kamil Toman"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/aa-project/aalib-1.4rc5.tar.gz"
|
||||
CHECKSUM_SHA256="fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee"
|
||||
SOURCE_DIR="aalib-1.4.0"
|
||||
@@ -55,7 +55,7 @@ BUILD()
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user