Skip to content

Commit

Permalink
Add captab patch
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Apr 22, 2024
1 parent 07d914f commit a632947
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipes/recipes_emscripten/ncurses/patches/captab.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/ncurses/tinfo/MKcaptab.sh b/ncurses/tinfo/MKcaptab.sh
index 5f41350..395b89f 100755
--- a/ncurses/tinfo/MKcaptab.sh
+++ b/ncurses/tinfo/MKcaptab.sh
@@ -71,6 +71,7 @@ cat <<'EOF'
/* *INDENT-OFF* */
EOF

+chmod 777 ./make_hash
cat "$@" |./make_hash 1 info $OPT1
cat "$@" |./make_hash 3 cap $OPT1

1 change: 1 addition & 0 deletions recipes/recipes_emscripten/ncurses/rattler_recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source:
sha256: e0f669ca923dfee33de25ede9de619a15671a07cdf9e530d742b22988e96ac1f
patches:
- patches/xnames.patch
- patches/captab.patch

build:
number: 0
Expand Down

0 comments on commit a632947

Please sign in to comment.