#38001: tiff should not install its config.h ------------------------+-------------------------------- Reporter: jeremyhu@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: tiff evince ------------------------+-------------------------------- I noticed the following when installing evince: {{{ CC tiff2ps.lo In file included from tiff2ps.c:46: In file included from ./tiff2ps.h:21: In file included from /opt/local/include/tiffio.h:33: In file included from /opt/local/include/tiff.h:30: /opt/local/include/tiffconf.h:27:9: warning: 'SIZEOF_LONG' macro redefined #define SIZEOF_LONG 4 ^ ../../config.h:161:9: note: previous definition is here #define SIZEOF_LONG 8 ^ 1 warning generated. CCLD libtiffdocument.la GEN tiffdocument.evince-backend Found cached translation database }}} 1) tiff should probably me muniversal, so it pickes up the correct SIZEOF_LONG on each slice rather than doing its ed hackery 2) It looks like evince has the wrong SIZEOF_LONG when +universal -- Ticket URL: <https://trac.macports.org/ticket/38001> MacPorts <http://www.macports.org/> Ports system for Mac OS