freebsd-ports/net-p2p/gnunet/files/patch-src_applications_afs_tools_Makefile.in
Kirill Ponomarev ee04ef6191 Update to 0.6.6b
Inspired by:	Rammstein
2005-04-10 20:18:56 +00:00

14 lines
482 B
Text

$FreeBSD$
--- src/applications/afs/tools/Makefile.in.orig
+++ src/applications/afs/tools/Makefile.in
@@ -104,7 +104,7 @@
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@
SOURCES = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \
$(gnunet_download_SOURCES) $(gnunet_insert_SOURCES) \
$(gnunet_pseudonym_SOURCES) $(gnunet_search_SOURCES)