Re: graphics/tesseract pkg-config --cflags

2019-01-07 Thread Stuart Henderson
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

Re: graphics/tesseract pkg-config --cflags

2019-01-07 Thread Raphael Graf
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

Re: graphics/tesseract pkg-config --cflags

2019-01-07 Thread Stuart Henderson
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

Re: graphics/tesseract pkg-config --cflags

2019-01-07 Thread Raphael Graf
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

Re: graphics/tesseract pkg-config --cflags

2019-01-07 Thread Stuart Henderson
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/

graphics/tesseract pkg-config --cflags

2019-01-07 Thread Raphael Graf
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