diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-16 08:52:25 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-16 08:52:25 +0000 |
commit | b5836e35bd973ac3604fd21446bbffa905ee294a (patch) | |
tree | 46e4eab6691375e2d7775a8850ee054e03ab6f0b /news/nn/files/patch-ag | |
parent | updated mastersite path. now compiles with lots less warnings (diff) |
Split up patchfiles. Add patch from PR 9710. Update md5 file so it
no longer needs to be marked as broken.
PR: 9710
Submitted by: Boris Staeblow <balu@dva.in-berlin.de>
Notes
Notes:
svn path=/head/; revision=17915
Diffstat (limited to 'news/nn/files/patch-ag')
-rw-r--r-- | news/nn/files/patch-ag | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/news/nn/files/patch-ag b/news/nn/files/patch-ag new file mode 100644 index 000000000000..37510ebaf0f3 --- /dev/null +++ b/news/nn/files/patch-ag @@ -0,0 +1,29 @@ +--- Makefile.orig Mon Aug 19 17:28:12 1996 ++++ Makefile Fri Apr 16 01:28:02 1999 +@@ -19,15 +19,15 @@ + # Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines. + + CC = cc +-#CPP = $(CC) -E +-CPP = /lib/cpp +-#CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK +-CFLAGS = -O ++CPP = $(CC) -E ++#CPP = /lib/cpp ++CFLAGS += -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK ++#CFLAGS = -O + #-Wall -Wcomment \ + #-Wtraditional -Wshadow \ + #-Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \ + #-Waggregate-return -Wmissing-prototypes -Wnested-externs +-#LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a ++LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a + MAKE = make + + +@@ -97,3 +97,5 @@ + man/nn.1.D: man/nn.1 + sh SPLITNN1 + ++install: ++ ./inst n |