mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
8bbfd6d683
PR: ports/193162 Submitted by: Ports Fury.
13 lines
313 B
Plaintext
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 \
|