#35105: openjpeg port erroneously tries to link against absent libpng15 ------------------------------+--------------------------------------------- Reporter: trg818@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: openjpeg ------------------------------+--------------------------------------------- Comment(by trg818@…): Yes, it turns out that the include files of an old libpng15 installation were still there. I removed them, and openjpeg and ffmpeg now build correctly. Sorry for bothering. {{{ ~> pkg-config --cflags --libs --print-errors libpng15 Package libpng15 was not found in the pkg-config search path. Perhaps you should add the directory containing `libpng15.pc' to the PKG_CONFIG_PATH environment variable No package 'libpng15' found }}} {{{ prefix=/opt/local exec_prefix=/opt/local libdir=/opt/local/lib includedir=/opt/local/include/libpng15 Name: libpng Description: Loads and saves PNG files Version: 1.5.7 Libs: -L${libdir} -lpng15 -lz Cflags: -I${includedir} }}} -- Ticket URL: <https://trac.macports.org/ticket/35105#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS