summaryrefslogtreecommitdiff
path: root/net/netdude/files/patch-src::Makefile.in
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-13 14:11:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-13 14:11:31 +0000
commit67bd89cdc75f87570f86b4e677f57ab8e74bed40 (patch)
tree1701a75166f87be14f96a344c4b2f36780e3c77c /net/netdude/files/patch-src::Makefile.in
parent1. 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-src::Makefile.in')
-rw-r--r--net/netdude/files/patch-src::Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/netdude/files/patch-src::Makefile.in b/net/netdude/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..fc8cadaee609
--- /dev/null
+++ b/net/netdude/files/patch-src::Makefile.in
@@ -0,0 +1,19 @@
+--- src/Makefile.in.orig Sat Oct 12 00:09:46 2002
++++ src/Makefile.in Sat Oct 12 00:10:15 2002
+@@ -177,7 +177,7 @@
+ gtkhex.c gtkhex.h
+
+
+-netdude_LDADD = $(top_builddir)/libltdl/libltdlc.la @gtk_libs@ @glib_libs@
++netdude_LDADD = @gtk_libs@ @glib_libs@
+ subdir = src
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = $(top_builddir)/config.h
+@@ -197,7 +197,6 @@
+ nd_trace_registry.$(OBJEXT) callbacks.$(OBJEXT) \
+ interface.$(OBJEXT) support.$(OBJEXT) gtkhex.$(OBJEXT)
+ netdude_OBJECTS = $(am_netdude_OBJECTS)
+-netdude_DEPENDENCIES = $(top_builddir)/libltdl/libltdlc.la
+ netdude_LDFLAGS =
+
+ DEFS = @DEFS@