On Wed, Mar 26, 2008 at 09:21:42PM +0100, Giovanni Bechis wrote: > pkg/DESCR: > "Jpegpixi" is short for "JPEG pixel interpolator". > The intent of the program is to interpolate pixels in JFIF images > (commonly referred to as "JPEG images"). > This is useful to correct images from a digital camera with CCD defects. > For example, if one pixel is always bright green, this pixel can be > interpolated away with jpegpixi. > > Port available at http://bigio.snb.it/openbsd/jpegpixi-1.1.1.tgz
The way you're setting CFLAGS via CONFIGURE_ENV is wrong and causes the port to ignore the default CFLAGS. Is CONFIGURE_ENV needed at all? The port seems to build fine without it (only tried on i386 yet). Ciao, Kili