summaryrefslogtreecommitdiff
path: root/graphics/tesseract
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-10-07 11:26:22 +0000
committerfhajny <fhajny>2015-10-07 11:26:22 +0000
commit5a53a604dc85af5f31b7eba2f717cc4bc46e8d50 (patch)
treea9fa1f8cdc905430750f0b832f41b7370ebdfb41 /graphics/tesseract
parent7eb31524414daa5cdb191e90b6513ffbd6fd60a4 (diff)
downloadpkgsrc-5a53a604dc85af5f31b7eba2f717cc4bc46e8d50.tar.gz
Network libs still needed, fix build on SunOS.
Diffstat (limited to 'graphics/tesseract')
-rw-r--r--graphics/tesseract/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index d500dc1b459..16064e0388c 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/10/07 16:47:27 adam Exp $
+# $NetBSD: Makefile,v 1.16 2015/10/07 11:26:22 fhajny Exp $
DISTNAME= tesseract-ocr-3.02.02
PKGNAME= ${DISTNAME:S/-ocr//}
@@ -32,5 +32,7 @@ TESSERACT_LANGS= afr ara aze bel ben bul cat ces chi_sim chi_tra chr \
DISTFILES+= tesseract-ocr-3.02.${l}.tar.gz
.endfor
+LIBS.SunOS+= -lsocket -lnsl
+
.include "../../graphics/leptonica/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"