Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432772
Collapse All | Expand All

(-)a/config/Makefile.in (-1 / +1 lines)
Lines 554-560 CORE_SRCS += $(OPENFT_SRCS) Link Here
554
endif
554
endif
555
555
556
ifeq ("$(GD)", "yes")
556
ifeq ("$(GD)", "yes")
557
  GD_LIBS_flags=-cclib "-lgd $(GD_LIBS)" -ccopt "$(GD_LDFLAGS)"
557
  GD_LIBS_flags=-cclib "-lgd -lpng15 $(GD_LIBS)" -ccopt "$(GD_LDFLAGS)"
558
  ifneq ("$(GD_STATIC_LIBS)", "")
558
  ifneq ("$(GD_STATIC_LIBS)", "")
559
    GD_STATIC_LIBS_opt=-cclib "-lgd $(GD_STATIC_LIBS)" -ccopt "$(GD_LDFLAGS)"
559
    GD_STATIC_LIBS_opt=-cclib "-lgd $(GD_STATIC_LIBS)" -ccopt "$(GD_LDFLAGS)"
560
  endif
560
  endif

Return to bug 432772