Switch to ports-gcc on sparc64 so these ports compile.

OK sthen@ tb@
This commit is contained in:
claudio
2025-12-04 09:28:32 +00:00
parent 2054d47f4b
commit e464edb262
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ PERMIT_PACKAGE = Yes
WANTLIB += SDL2 SDL2_image c m
# needs -Wpedantic and other -W flags
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
USE_GMAKE = Yes
BUILD_DEPENDS = editors/vim \
+4
View File
@@ -12,6 +12,10 @@ HOMEPAGE = https://github.com/saitoha/libsixel
# MIT
PERMIT_PACKAGE = Yes
# needs thread local storage
COMPILER = base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB += c jpeg m png z
SITES = https://github.com/saitoha/libsixel/releases/download/v$V/
+3
View File
@@ -9,6 +9,9 @@ HOMEPAGE = https://github.com/rmagick/rmagick
# MIT
PERMIT_PACKAGE = Yes
# needs -std=c++11
COMPILER = base-clang ports-gcc
MODULES = lang/ruby
WANTLIB += MagickCore-6.Q16 MagickWand-6.Q16