1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-16 02:01:59 +02:00

* Supply the 64-bit ATerm patch, but don't apply it (since that

requires rerunning Autoconf/Automake).  Interested users should do
  that themselves.
This commit is contained in:
Eelco Dolstra 2006-09-22 12:07:41 +00:00
parent d22d7565f3
commit 385c6f8737
2 changed files with 664 additions and 1 deletions

View file

@ -47,6 +47,7 @@ $(ATERM).tar.gz:
$(ATERM): $(ATERM).tar.gz
gunzip < $(srcdir)/$(ATERM).tar.gz | tar xvf -
(cd $(ATERM) && $(patch) -p1) < $(srcdir)/aterm-aliasing.patch
# (cd $(ATERM) && $(patch) -p1) < $(srcdir)/aterm-64-bit.patch
have-aterm:
$(MAKE) $(ATERM)
@ -102,7 +103,8 @@ endif
all: build-db build-aterm build-bzip2
EXTRA_DIST = $(DB).tar.gz $(ATERM).tar.gz $(BZIP2).tar.gz bdb-cygwin.patch aterm-aliasing.patch
EXTRA_DIST = $(DB).tar.gz $(ATERM).tar.gz $(BZIP2).tar.gz \
bdb-cygwin.patch aterm-aliasing.patch aterm-64-bit.patch
ext-clean:
$(RM) -f have-db build-db have-aterm build-aterm