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