diff options
Diffstat (limited to 'net/gnunet/files/patch-src_conf_Makefile.in')
-rw-r--r-- | net/gnunet/files/patch-src_conf_Makefile.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/gnunet/files/patch-src_conf_Makefile.in b/net/gnunet/files/patch-src_conf_Makefile.in deleted file mode 100644 index 270399434142..000000000000 --- a/net/gnunet/files/patch-src_conf_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- src/conf/Makefile.in.orig -+++ src/conf/Makefile.in -@@ -100,7 +100,7 @@ - $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -- $(AM_LDFLAGS) $(LDFLAGS) -o $@ -+ $(AM_LDFLAGS) $(LDFLAGS) $(LTLIBINTL) -o $@ - SOURCES = $(gnunet_setup_SOURCES) gnunet-win-tool.c - DIST_SOURCES = $(am__gnunet_setup_SOURCES_DIST) gnunet-win-tool.c - ETAGS = etags -@@ -312,7 +312,7 @@ - gnunet-setup.c - - gnunet_setup_LDFLAGS = \ -- $(curses_lib) -+ $(curses_lib) $(LTLIBINTL) - - gnunet_setup_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la |