mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02: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/"
|
HOMEPAGE="http://aa-project.sourceforge.net/aalib/"
|
||||||
COPYRIGHT="1997-2001 Jam Hubicka, Thomas A. K. Kjaer, Tim Newsome, Kamil Toman"
|
COPYRIGHT="1997-2001 Jam Hubicka, Thomas A. K. Kjaer, Tim Newsome, Kamil Toman"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="http://downloads.sourceforge.net/aa-project/aalib-1.4rc5.tar.gz"
|
SOURCE_URI="http://downloads.sourceforge.net/aa-project/aalib-1.4rc5.tar.gz"
|
||||||
CHECKSUM_SHA256="fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee"
|
CHECKSUM_SHA256="fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee"
|
||||||
SOURCE_DIR="aalib-1.4.0"
|
SOURCE_DIR="aalib-1.4.0"
|
||||||
@@ -55,7 +55,7 @@ BUILD()
|
|||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
runConfigure ./configure
|
runConfigure ./configure --disable-static
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user