Opened 10 years ago

Last modified 10 years ago

#41723 new defect

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

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 (1)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: tiger added; universal removed
Owner: changed from macports-tickets@… to ryandesign@…
Note: See TracTickets for help on using tickets.