Skip to content

Commit

Permalink
require thunk-gen atleast 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Sep 11, 2024
1 parent 8acdc06 commit ab744b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: Stas Sergeev <stsp@users.sourceforge.net>
Standards-Version: 3.9.7
Build-Depends:
thunk-gen,
thunk-gen (>= 1.1~),
gcc-i686-linux-gnu,
universal-ctags,
pkgconf,
Expand Down
4 changes: 4 additions & 0 deletions src/libc/dj64/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ ifeq ($(filter clean,$(MAKECMDGOALS)),)
$(error thunk_gen not installed)
endif
else
$(shell pkg-config --atleast-version=1.1 thunk_gen)
ifneq ($(.SHELLSTATUS),0)
$(error thunk_gen is too old, 1.1 is needed)
endif
TFLAGS = -a 4 -p 4
include $(TGMK)
endif
Expand Down

0 comments on commit ab744b2

Please sign in to comment.