Opened 10 years ago

Last modified 10 years ago

#41723 new defect

freetype 2.5.1 fails to build universal under PPC Tiger — at Initial Version

Reported by: t.tensi@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: ports Version: 2.2.1
Keywords: tiger Cc:
Port: freetype

Description

Dear all,
the universal build of the current freetype version 2.5.1 fails under Tiger with error

configure: error: `libpng-config' not found;
either set the LIBPNG_CFLAGS and LIBPNG_LDFLAGS environment variables,
or pass --without-png' to the configure' script.

The fix is easy: I have added the recommended --without-png flag to the list of configure flags:

platform macosx {
  if {${os.major} < 9} {
    configure.args-append \
      --with-old-mac-fonts \
      --without-png
  }
}

Best regards,

Thomas

Change History (0)

Note: See TracTickets for help on using tickets.