1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-p2p/gnunet/files/patch-src__hello__Makefile.in
Vanilla I. Shu 8bbfd6d683 Update to version 0.10.1.
PR:		ports/193162
Submitted by:	Ports Fury.
2014-09-03 14:16:23 +00:00

13 lines
313 B
Plaintext

--- src/hello/Makefile.in.orig
+++ src/hello/Makefile.in
@@ -633,7 +633,8 @@
gnunet_hello_LDADD = \
$(top_builddir)/src/hello/libgnunethello.la \
- $(top_builddir)/src/util/libgnunetutil.la
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(LTLIBINTL)
gnunet_hello_DEPENDENCIES = \
libgnunethello.la \