freebsd-ports/net-mgmt/etherape/files/patch-src::Makefile.in
Pete Fritchman 5138b054de - update to 0.9.0
- pass maintainership to Samy Al Bahra <samy@kerneled.com>
- proper use of USE_GNOME

Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-06-23 19:52:04 +00:00

13 lines
451 B
Text

$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