ports/net/gnunet/files/patch-src_applications_dht_tools_Makefile.in
Kirill Ponomarev 95e23217c4 Fix build
Installs sample gnunet-conf
Installs some documentation

PR:		ports/72299
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-10-12 15:10:08 +00:00

14 lines
519 B
Text

$FreeBSD$
--- src/applications/dht/tools/Makefile.in.orig Sat Oct 2 17:57:30 2004
+++ src/applications/dht/tools/Makefile.in Sat Oct 2 17:57:54 2004
@@ -210,7 +210,7 @@
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
CFLAGS = @CFLAGS@
DIST_SOURCES = $(libgnunetdht_api_la_SOURCES) $(gnunet_dht_join_SOURCES) \
$(gnunet_dht_query_SOURCES)