Index: Makefile =================================================================== --- Makefile (revision 496924) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= tesseract PORTVERSION= 3.05.02 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= pkubaj@anongoth.pl Index: files/patch-configure.ac =================================================================== --- files/patch-configure.ac (nonexistent) +++ files/patch-configure.ac (working copy) @@ -0,0 +1,12 @@ +sem_init(3) is part of libc on FreeBSD, so we ended up not linking against +libpthread. Look for a symbol that causes us to load it. +--- configure.ac.orig 2019-03-26 21:58:42 UTC ++++ configure.ac +@@ -375,6 +375,7 @@ CXXFLAGS="$OLD_CXXFLAGS" + # ---------------------------------------- + + AC_SEARCH_LIBS([sem_init], [pthread rt]) ++AC_SEARCH_LIBS([pthread_create], [pthread]) + + + # ---------------------------------------- Property changes on: files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property