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