jbigkit: unbreak build.
This commit is contained in:
parent
94a6608cf4
commit
f8dc2934d6
|
@ -11,9 +11,8 @@ distfiles="http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-$version.tar.gz"
|
||||||
checksum=de7106b6bfaf495d6865c7dd7ac6ca1381bd12e0d81405ea81e7f2167263d932
|
checksum=de7106b6bfaf495d6865c7dd7ac6ca1381bd12e0d81405ea81e7f2167263d932
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CFLAGS+=-I${wrksrc}/libjbig make -e
|
make CC=$CC CFLAGS="${CFLAGS} -I${wrksrc}/libjbig ${LDFLAGS}" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Install pbm tools
|
# Install pbm tools
|
||||||
for tool in $(find pbmtools/ -executable -type f); do
|
for tool in $(find pbmtools/ -executable -type f); do
|
||||||
|
|
Loading…
Reference in New Issue