mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
undo adding automake everywhere (#2210)
* Revert "fix(xorg/protocol)" This reverts commit2c5953be32
. * Revert "fix(openvpn)" This reverts commitd56ab8d1ef
. * Revert "fix(x11)" This reverts commitc9bf2cd5cd
. * Revert "fix(libmd)[1]" This reverts commitb36124ab90
. * partial revert of `fix(libmd)` * partial revert of `fix(automake)`
This commit is contained in:
parent
2792f48386
commit
04a96fd3d3
|
@ -22,8 +22,6 @@ build:
|
|||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
gnu.org/patch: '*'
|
||||
gnu.org/automake: '*' # when did this become self-requiring?
|
||||
gnu.org/texinfo: '*'
|
||||
script: |-
|
||||
./configure \
|
||||
--build={{ hw.target }} \
|
||||
|
|
|
@ -9,8 +9,6 @@ build:
|
|||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
gnu.org/autoconf: '*'
|
||||
gnu.org/automake: '*'
|
||||
gnu.org/patch: '*'
|
||||
crates.io/semverator: '*'
|
||||
script:
|
||||
|
|
|
@ -31,8 +31,6 @@ build:
|
|||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
gnu.org/autoconf: '*'
|
||||
gnu.org/automake: '*'
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
./configure $ARGS
|
||||
|
|
|
@ -16,8 +16,6 @@ build:
|
|||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
gnu.org/autoconf: '*'
|
||||
gnu.org/automake: '*'
|
||||
script: |
|
||||
./configure \
|
||||
--prefix="{{prefix}}" \
|
||||
|
|
|
@ -22,8 +22,6 @@ build:
|
|||
x.org/util-macros: '*'
|
||||
x.org/xtrans: ^1
|
||||
gnu.org/sed: '*' # or build fails on macOS
|
||||
gnu.org/autoconf: '*'
|
||||
gnu.org/automake: '*'
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
|
|
Loading…
Reference in a new issue