diff options
Diffstat (limited to 'net-mgmt/etherape/files/patch-src::Makefile.in')
-rw-r--r-- | net-mgmt/etherape/files/patch-src::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/etherape/files/patch-src::Makefile.in b/net-mgmt/etherape/files/patch-src::Makefile.in new file mode 100644 index 000000000000..e75803879e4e --- /dev/null +++ b/net-mgmt/etherape/files/patch-src::Makefile.in @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/Makefile.in.orig Mon Jun 16 21:46:20 2003 ++++ src/Makefile.in Mon Jun 16 21:46:32 2003 +@@ -170,7 +170,7 @@ + + etherape_LDADD = $(ETHERAPE_LIBS) $(PCAP_LIBS) + etherape_LDFLAGS = +-etherape_LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ ++etherape_LINK = libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ + subdir = src + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h |