diff options
Diffstat (limited to 'net/gnunet/files/patch-src_applications_testbed_Makefile.in')
-rw-r--r-- | net/gnunet/files/patch-src_applications_testbed_Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/gnunet/files/patch-src_applications_testbed_Makefile.in b/net/gnunet/files/patch-src_applications_testbed_Makefile.in deleted file mode 100644 index 23b0ed59044f..000000000000 --- a/net/gnunet/files/patch-src_applications_testbed_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/applications/testbed/Makefile.in.orig -+++ src/applications/testbed/Makefile.in -@@ -84,7 +84,7 @@ - $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -- $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \ - $(gnunet_testbed_SOURCES) - DIST_SOURCES = $(libgnunettestbed_protocol_la_SOURCES) \ |