Skip to content

Commit f682d39

Browse files
author
Jonathan Perkin
committed
DATASET-900: Multiarch fixes.
1 parent 030c002 commit f682d39

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

leptonica/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33

44
DISTNAME= leptonica-1.69
5+
PKGREVISION= 1
56
CATEGORIES= graphics
67
MASTER_SITES= http://leptonica.googlecode.com/files/
78

@@ -12,6 +13,7 @@ LICENSE= apache-2.0
1213

1314
GNU_CONFIGURE= yes
1415
USE_LIBTOOL= yes
16+
USE_MULTIARCH= lib
1517

1618
.include "../../devel/zlib/buildlink3.mk"
1719
.include "../../graphics/libwebp/buildlink3.mk"

tesseract/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ INSTALLATION_DIRS= libexec share/doc/tesseract share/tesseract
2424
GNU_CONFIGURE= yes
2525
USE_LANGUAGES= c c++
2626
USE_LIBTOOL= yes
27+
USE_MULTIARCH= lib
2728
USE_TOOLS+= gmake pax
2829

2930
CONFIGURE_ENV+= LIBLEPT_HEADERSDIR=${PREFIX:Q}/include

0 commit comments

Comments
 (0)