diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-13 14:11:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-13 14:11:31 +0000 |
commit | 67bd89cdc75f87570f86b4e677f57ab8e74bed40 (patch) | |
tree | 1701a75166f87be14f96a344c4b2f36780e3c77c /net/netdude/files/patch-configure | |
parent | 1. Made post-install DESTDIR-safe. (diff) |
add netdude 0.3.1
NETwork DUmp data Displayer and Editor for tcpdump tracefiles
Notes
Notes:
svn path=/head/; revision=67973
Diffstat (limited to 'net/netdude/files/patch-configure')
-rw-r--r-- | net/netdude/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/netdude/files/patch-configure b/net/netdude/files/patch-configure new file mode 100644 index 000000000000..ac3f42aee05c --- /dev/null +++ b/net/netdude/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Fri Oct 11 23:43:36 2002 ++++ configure Fri Oct 11 23:44:16 2002 +@@ -418,7 +418,7 @@ + PACKAGE_BUGREPORT= + + ac_unique_file="src/nd.h" +-ac_subdirs_all="$ac_subdirs_all libltdl" ++ac_subdirs_all="$ac_subdirs_all" + # Factoring default headers for most tests. + ac_includes_default="\ + #include <stdio.h> +@@ -2634,7 +2634,7 @@ + + + +-subdirs="$subdirs libltdl" ++subdirs="$subdirs" + + + |