aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in')
-rw-r--r--net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in b/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in
index 05696ef81ebd..9139ec802848 100644
--- a/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in
+++ b/net-p2p/gnunet/files/patch-src_applications_chat_Makefile.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- src/applications/chat/Makefile.in.orig Sat Oct 2 17:15:45 2004
-+++ src/applications/chat/Makefile.in Sat Oct 2 17:16:11 2004
-@@ -196,7 +196,7 @@
- $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+--- 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 $@
- CFLAGS = @CFLAGS@
+ SOURCES = $(libgnunetchat_protocol_la_SOURCES) $(gnunet_chat_SOURCES)
DIST_SOURCES = $(libgnunetchat_protocol_la_SOURCES) \
$(gnunet_chat_SOURCES)