aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in')
-rw-r--r--net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in
new file mode 100644
index 000000000000..fe90a3e1c509
--- /dev/null
+++ b/net-p2p/gnunet/files/patch-src_applications_tbench_Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/applications/tbench/Makefile.in.orig Sat Oct 2 17:25:58 2004
++++ src/applications/tbench/Makefile.in Sat Oct 2 17:26:29 2004
+@@ -197,7 +197,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 = $(libgnunettbench_protocol_la_SOURCES) \
+ $(gnunet_tbench_SOURCES)