On 2019/01/07 17:29, Raphael Graf wrote:
> Ok, I have successfully compile-tested those four ports.
> Here is an updated diff:
Thanks, committed.
>
> Index: tesseract/Makefile
> ===
> RCS file: /cvs/ports/graphics/tesseract/tesseract
On Mon, January 7, 2019 4:16 pm, Stuart Henderson wrote:
> On 2019/01/07 16:06, Raphael Graf wrote:
>> On 1/7/19 3:46 PM, Stuart Henderson wrote:
>> > On 2019/01/07 15:29, Raphael Graf wrote:
>> > > The diff below fixes the pkg-config file installed by tesseract.
>> > >
>> > > Before:
>> > > x1$ pk
On 2019/01/07 16:06, Raphael Graf wrote:
> On 1/7/19 3:46 PM, Stuart Henderson wrote:
> > On 2019/01/07 15:29, Raphael Graf wrote:
> > > The diff below fixes the pkg-config file installed by tesseract.
> > >
> > > Before:
> > > x1$ pkg-config --cflags tesseract
> > > -I/usr/local/include/tesseract
On 1/7/19 3:46 PM, Stuart Henderson wrote:
On 2019/01/07 15:29, Raphael Graf wrote:
The diff below fixes the pkg-config file installed by tesseract.
Before:
x1$ pkg-config --cflags tesseract
-I/usr/local/include/tesseract -I/usr/local/include/leptonica
After:
x1$ pkg-config --cflags tesseract
On 2019/01/07 15:29, Raphael Graf wrote:
> The diff below fixes the pkg-config file installed by tesseract.
>
> Before:
> x1$ pkg-config --cflags tesseract
> -I/usr/local/include/tesseract -I/usr/local/include/leptonica
>
> After:
> x1$ pkg-config --cflags tesseract
> -I/usr/local/include -I/usr/
The diff below fixes the pkg-config file installed by tesseract.
Before:
x1$ pkg-config --cflags tesseract
-I/usr/local/include/tesseract -I/usr/local/include/leptonica
After:
x1$ pkg-config --cflags tesseract
-I/usr/local/include -I/usr/local/include/tesseract
-I/usr/local/include/leptonica
Th