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
42 changes: 0 additions & 42 deletions pkgs/ncurses/clang-fix.patch

This file was deleted.

11 changes: 2 additions & 9 deletions pkgs/ncurses/ncurses.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
extends: [autotools_package]

sources:
- url: http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz
key: tar.gz:sbdctd5uiazezhkbgxwou6dz77wykrw5
- key: git:2031c7bde2dfb2189b9c724946f19c089596eac4
url: https://github.com/hashdist/pkg-ncurses

defaults:
relocatable: false

build_stages:
- name: patch
before: configure
files: [clang-fix.patch]
handler: bash
bash: |
patch -up1 < _hashdist/clang-fix.patch

- name: configure
mode: override
extra: ['--with-shared', '--without-profile', '--without-debug',
Expand Down