Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cross/bind_9.16/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ DEPENDS += cross/libxml2

OPTIONAL_DEPENDS = cross/libcap cross/libcap_2.51

# by cross/libuv
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

include ../../mk/spksrc.archs.mk
Expand Down
2 changes: 2 additions & 0 deletions cross/jemalloc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =

UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

# jemalloc is a development tool, replacing standard allocator to diagnose memory leaks.
# It is not included in any package, except to produce test packages for troubleshooting.

Expand Down
6 changes: 6 additions & 0 deletions cross/lcms2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ LICENSE = MIT

ADDITIONAL_CFLAGS = -O

include ../../mk/spksrc.archs.mk
ifeq ($(findstring $(ARCH),$(OLD_PPC_ARCHS)),$(ARCH))
# meson/ninja build does not evaluate this (while regular build with configure does).
ADDITIONAL_CFLAGS += -std=gnu99
endif

include ../../mk/spksrc.cross-meson.mk
2 changes: 2 additions & 0 deletions cross/pngquant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ include ../../mk/spksrc.main-depends.mk
ifeq ($(findstring $(ARCH),$(OLD_PPC_ARCHS) $(ARMv5_ARCHS)),$(ARCH))
# std=c11 not fully supported
DEPENDS = cross/pngquant2
else ifeq ($(ARCH)-$(TCVERSION),x86-5.2)
DEPENDS = cross/pngquant2
else
DEPENDS = cross/pngquant3
endif