Merge /mnt/usr/ports into odin

This commit is contained in:
Nathan Fisher 2023-03-30 19:04:11 -04:00
commit 0545a20756
2 changed files with 1 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# ports.mk - hhl - /usr/include/mk
# ports.mk - hhl - /usr/ports/mk
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#

View File

@ -10,26 +10,5 @@ pkg_maintainer = jeang3nie@hitchhiker-linux.org
distremote =
sha512_sum = e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
include ../../mk/ports.mk
include config.mk
include provides.mk
ifeq ($(enable_fortran), 1)
fortran = ,fortran
endif
ifeq ($(enable_go), 1)
golang = ,go
endif
ifeq ($(enable_objc), 1)
objc = ,objc
endif
ifeq ($(enable_objcxx), 1)
objcxx = ,obj-c++
endif
config_opts += --enable-languages=c,c++,lto$(fortran)$(golang)$(objc)$(objcxx)
config_opts += --disable-multilib
config_opts += --disable-bootstrap
config_opts += --with-system-zlib
include ../../mk/targets.mk