SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,19 @@
Index: libelftc/Makefile
--- libelftc/Makefile.orig
+++ libelftc/Makefile
@@ -38,15 +38,6 @@ MAN= elftc.3 \
elftc_string_table_create.3 \
elftc_version.3
-MLINKS= elftc_bfd_find_target.3 elftc_bfd_target_byteorder.3 \
- elftc_bfd_find_target.3 elftc_bfd_target_class.3 \
- elftc_bfd_find_target.3 elftc_bfd_target_flavor.3 \
- elftc_string_table_create.3 elftc_string_table_from_section.3 \
- elftc_string_table_create.3 elftc_string_table_destroy.3 \
- elftc_string_table_create.3 elftc_string_table_image.3 \
- elftc_string_table_create.3 elftc_string_table_insert.3 \
- elftc_string_table_create.3 elftc_string_table_lookup.3
-
.if !make(clean) && !make(clobber)
.BEGIN: .SILENT
${.CURDIR}/make-toolchain-version -t ${TOP} -r ${RELEASE} \