mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
Installs sample gnunet-conf Installs some documentation PR: ports/72299 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
14 lines
519 B
Text
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)
|