diff options
author | seb <seb> | 2003-09-03 13:42:44 +0000 |
---|---|---|
committer | seb <seb> | 2003-09-03 13:42:44 +0000 |
commit | 3ffc806e54ab86e3b78c88d434410dbc1c9a202c (patch) | |
tree | 66066bf76df6d2df2061b760f1f5832c72c1cbfb /net/ns/patches | |
parent | 3a7d944eca059c7c6a2517dc824cc61ea8d4d58c (diff) | |
download | pkgsrc-3ffc806e54ab86e3b78c88d434410dbc1c9a202c.tar.gz |
Fix patch-af so Debian Linux's patch can apply it.
Provided in PR pkg/22665 by Min Sik Kim <minskim at bawi dot org>.
While here fix signature of patch-al.
Diffstat (limited to 'net/ns/patches')
-rw-r--r-- | net/ns/patches/patch-af | 5 | ||||
-rw-r--r-- | net/ns/patches/patch-al | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/ns/patches/patch-af b/net/ns/patches/patch-af index f1b5fbd50f0..db6710c4916 100644 --- a/net/ns/patches/patch-af +++ b/net/ns/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.2 2003/09/01 18:21:12 seb Exp $ +$NetBSD: patch-af,v 1.3 2003/09/03 13:42:45 seb Exp $ --- configure.orig Sat Apr 13 00:34:24 2002 +++ configure @@ -70,7 +70,7 @@ $NetBSD: patch-af,v 1.2 2003/09/01 18:21:12 seb Exp $ int main() { -@@ -4967,7 +5001,10 @@ cat >conftest.$ac_ext <<_ACEOF +@@ -4967,6 +5001,9 @@ cat >conftest.$ac_ext <<_ACEOF #include "confdefs.h" #include <stdio.h> @@ -80,7 +80,6 @@ $NetBSD: patch-af,v 1.2 2003/09/01 18:21:12 seb Exp $ #include <netinet/tcp.h> int main() { - @@ -5111,11 +5148,8 @@ if test $ac_cv_lib_pcap_main = yes; then echo "$ac_t""no" 1>&6 fi diff --git a/net/ns/patches/patch-al b/net/ns/patches/patch-al index 3ad24ea0407..60e35976287 100644 --- a/net/ns/patches/patch-al +++ b/net/ns/patches/patch-al @@ -1,4 +1,4 @@ -$netbsd: patch-al,v 1.1.1.1 2002/08/27 08:07:07 seb Exp $ +$NetBSD: patch-al,v 1.3 2003/09/03 13:42:45 seb Exp $ --- indep-utils/cmu-scen-gen/setdest/Makefile.in.orig Fri Jan 11 22:06:09 2002 +++ indep-utils/cmu-scen-gen/setdest/Makefile.in |