1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-p2p/gnunet/files/patch-src__hello__Makefile.in

13 lines
313 B
Plaintext
Raw Normal View History

--- 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 \