On Thu, Nov 18, 2010 at 02:27:24PM -0700, Matthias Kilian wrote: > Modified files: > print/poppler : Makefile > > Log message: > Enable poppler-qt4 for powerpc (but not for arm) and clean up some mess. > > - Remove arch specific FLAVOR settings for real. > - Don't set CXXFLAGS, it's not needed (and it confused qt3 and qt4). > - Don't pass CXXFLAGS and CFLAGS via CONFIGURE_ENV (not needed, either). > > `reads good', landry@
landry@ just wondered why i need that CFLAGS assignment. well, it's simple: poppler uses autoconf, but it does it wrong -- autoconf detects things like libpng but then fails to use it (or rather the correct include paths) during the build. People, please stop using autoconf & friends. It doesn't work; it *can't* work. You can't expect a tool to create configure scripts *today* which will work on any system in the future.
