aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet/files/patch-src_applications_testbed_Makefile.in
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-10-12 15:10:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-10-12 15:10:08 +0000
commit95e23217c4b34349c53cc454adadf54155c56a1e (patch)
treeb865792224f7b82f36c388d033bda07fc146a926 /net/gnunet/files/patch-src_applications_testbed_Makefile.in
parentc4835ebf8ac7c77df6e3b7417e2bd6232660e285 (diff)
Notes
Diffstat (limited to 'net/gnunet/files/patch-src_applications_testbed_Makefile.in')
-rw-r--r--net/gnunet/files/patch-src_applications_testbed_Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/gnunet/files/patch-src_applications_testbed_Makefile.in b/net/gnunet/files/patch-src_applications_testbed_Makefile.in
new file mode 100644
index 000000000000..6987d7a50f18
--- /dev/null
+++ b/net/gnunet/files/patch-src_applications_testbed_Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/applications/testbed/Makefile.in.orig Sat Oct 2 17:35:28 2004
++++ src/applications/testbed/Makefile.in Sat Oct 2 17:35:49 2004
+@@ -212,7 +212,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 = $(libgnunettestbed_protocol_la_SOURCES) \
+ $(gnunet_testbed_SOURCES)