changeset 3294 | 6aab2bd8b924 |
parent 3260 | ed19f95eb4f7 |
child 3311 | 138e38fa6fda |
3293:01f612b552fc | 3294:6aab2bd8b924 |
---|---|
484 LIBS += $(shell $(LIBPNG-CONFIG) --L_opts $(PNGCONFIG_FLAGS)) |
484 LIBS += $(shell $(LIBPNG-CONFIG) --L_opts $(PNGCONFIG_FLAGS)) |
485 endif |
485 endif |
486 endif |
486 endif |
487 |
487 |
488 ifdef OSX |
488 ifdef OSX |
489 ifndef JAGUAR |
|
489 LIBS += -liconv |
490 LIBS += -liconv |
491 endif |
|
490 endif |
492 endif |
491 |
493 |
492 # enables/disables assert() |
494 # enables/disables assert() |
493 ifdef DISABLE_ASSERTS |
495 ifdef DISABLE_ASSERTS |
494 CFLAGS += -DNDEBUG |
496 CFLAGS += -DNDEBUG |