ports/net-p2p/gnunet/files/patch-src_applications_afs_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
540 B
Text

$FreeBSD$
--- src/applications/afs/tools/Makefile.in.orig Fri Oct 1 01:56:26 2004
+++ src/applications/afs/tools/Makefile.in Fri Oct 1 01:57:39 2004
@@ -241,7 +241,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 = $(gnunet_delete_SOURCES) $(gnunet_directory_SOURCES) \
$(gnunet_download_SOURCES) $(gnunet_insert_SOURCES) \