Skip to content

Commit

Permalink
m4: update to 1.4.18
Browse files Browse the repository at this point in the history
get rid of
```
./stdio.h:143:1: error: 'gets' undeclared here (not in a function); did you mean 'fgets'?
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
```
  • Loading branch information
wwwutz committed Sep 12, 2019
1 parent eb062ce commit 6810eee
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 28 deletions.
28 changes: 0 additions & 28 deletions m4-1.4.14-0.bee

This file was deleted.

21 changes: 21 additions & 0 deletions m4.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/env beesh

# BEE_VERSION m4-1.4.18-0

SRCURL[0]="https://ftp.gnu.org/gnu/m4/m4-${PKGVERSION}.tar.bz2"

#mee_patch() {
# bee_patch
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 6810eee

Please sign in to comment.