Skip to content

Commit

Permalink
Merge pull request #1611 from mariux64/fix-ddd-race
Browse files Browse the repository at this point in the history
ddd: fix Makefile build race condition
  • Loading branch information
wwwutz authored Jan 21, 2020
2 parents 31bc616 + 229b586 commit 0a2b445
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 33 deletions.
33 changes: 0 additions & 33 deletions ddd-3.3.12-0.bee

This file was deleted.

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

# BEE_VERSION ddd-3.3.12-1

# more info: https://foo.bar.com

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

PATCHURL+=( /src/mariux/patches/ddd-fix-race-stringify.patch )

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 0a2b445

Please sign in to comment.