RFR: 7113349 JDK8 port to macosx (original) (raw)

John Rose john.r.rose at oracle.com
Tue Feb 28 12:40:16 PST 2012


On Feb 28, 2012, at 4:20 AM, Henri Gomez wrote:

FYI, jdk7u handle FreeType for OSX like this :

endif else FTOPTIONS = $(CFLAGS) FTLDOPTIONS = -L$(FREETYPELIBPATH) # Add runtime lib search path to ensure test will be runnable ifeq ($(PLATFORM), solaris) FTLDOPTIONS += -R $(FREETYPELIBPATH) -lfreetype else ifeq ($(PLATFORM), macosx) FTLDOPTIONS += -lfreetype -lz else # linux FTLDOPTIONS += -Wl,-rpath -Wl,$(FREETYPELIBPATH) -lfreetype endif endif

Good point. That's certainly more portable than my suggested change. — John



More information about the macosx-port-dev mailing list