diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-29 14:20:37 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-29 14:20:37 +0000 |
commit | fc2b866ac17b60cfa42213546795ae3414656189 (patch) | |
tree | fdf82b8ab746058ed470fdeafcce27ed3aca092f /net/nemesis/files/patch-configure | |
parent | update to 0.63. (diff) |
update to 1.2.
PR: 24674
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=37744
Diffstat (limited to 'net/nemesis/files/patch-configure')
-rw-r--r-- | net/nemesis/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/nemesis/files/patch-configure b/net/nemesis/files/patch-configure deleted file mode 100644 index 84d5fe932aec..000000000000 --- a/net/nemesis/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 23 19:38:00 2000 -+++ configure Fri Jul 7 11:46:04 2000 -@@ -639,7 +639,7 @@ - - if test -z "${CFLAGS}"; then - if test -z "${CCOPTS}"; then -- CCOPTS='-O3 -funroll-loops -fomit-frame-pointer -pipe' -+ CCOPTS='-O -funroll-loops -fomit-frame-pointer -pipe' - fi - CFLAGS="$CCOPTS" - fi |