make/sun/splashscreen/Makefile

Print this page

        

*** 124,134 **** CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/splashscreen CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/image/jpeg ifneq ($(SYSTEM_ZLIB),true) CPPFLAGS += -I$(SHARE_SRC)/native/java/util/zip/zlib-$(ZLIB_VERSION) else ! OTHER_LDLIBS += -lz endif # Shun the less than portable MMX assembly code in pnggccrd.c, # and use alternative implementations in C. CPPFLAGS += -DPNG_NO_MMX_CODE --- 124,135 ---- CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/splashscreen CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/image/jpeg ifneq ($(SYSTEM_ZLIB),true) CPPFLAGS += -I$(SHARE_SRC)/native/java/util/zip/zlib-$(ZLIB_VERSION) else ! OTHER_CFLAGS += $(ZLIB_CFLAGS) ! OTHER_LDLIBS += $(ZLIB_LIBS) endif # Shun the less than portable MMX assembly code in pnggccrd.c, # and use alternative implementations in C. CPPFLAGS += -DPNG_NO_MMX_CODE