1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/netdude/files/patch-src::Makefile.in
Kirill Ponomarev 606a572e11 - Update to 0.4.5
- Give maintainership to submitter

PR:		ports/66198
Submitted by:	Yann Berthier <yb@sainte-barbe.org>
2004-05-04 07:47:18 +00:00

21 lines
579 B
Plaintext

--- src/Makefile.in.orig Sun Jan 25 21:02:59 2004
+++ src/Makefile.in Sun Jan 25 21:03:36 2004
@@ -196,8 +196,7 @@
gtkhex.c gtkhex.h
-netdude_LDADD = \
- $(top_builddir)/libltdl/libltdlc.la @gtk_libs@ @LIBNETDUDE_LIBS@
+netdude_LDADD = @gtk_libs@ @LIBNETDUDE_LIBS@
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -218,7 +217,6 @@
callbacks.$(OBJEXT) interface.$(OBJEXT) support.$(OBJEXT) \
gtkhex.$(OBJEXT)
netdude_OBJECTS = $(am_netdude_OBJECTS)
-netdude_DEPENDENCIES = $(top_builddir)/libltdl/libltdlc.la
netdude_LDFLAGS =
DEFS = @DEFS@