diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-08-25 16:12:01 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-08-25 16:12:01 +0000 |
commit | 85ef20ea786ded37558232435ad0db3b38f5fb79 (patch) | |
tree | 96d8de704a681d8b2397e06b001f56a0e7f3d513 /lang/nhc98/patches | |
parent | 88c5d3a87e4737a8be9b8d05cfef9726c1b76ec1 (diff) | |
download | pkgsrc-85ef20ea786ded37558232435ad0db3b38f5fb79.tar.gz |
Update lang/nhc98 to version 1.14a.
Changes since version 1.06 include:
* Lots of bugfixes.
* The Hat tracing system is now entirely separate from the nhc98 compiler
(and is thus not included in the package)
Diffstat (limited to 'lang/nhc98/patches')
-rw-r--r-- | lang/nhc98/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/nhc98/patches/patch-aa b/lang/nhc98/patches/patch-aa deleted file mode 100644 index 873975c4da1..00000000000 --- a/lang/nhc98/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2001/12/26 01:04:54 wiz Exp $ - ---- src/tracer/hat/Makefile.orig Fri Jun 1 14:13:44 2001 -+++ src/tracer/hat/Makefile -@@ -47,8 +47,8 @@ - - - # Thorsten's libraries and tools --THORFLAGS = -g --LINKFLAGS = -lncurses -g -+THORFLAGS = -I${BUILDLINK_DIR}/include -+LINKFLAGS = -Wl,-R${LOCALBASE}/lib -L${BUILDLINK_DIR}/lib -lncurses - - $(THOROBJS) : $(OBJDIR)/%.o : %.c - $(CC) -c $(THORFLAGS) -o $@ $< |