diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 15:10:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 15:10:08 +0000 |
commit | 95e23217c4b34349c53cc454adadf54155c56a1e (patch) | |
tree | b865792224f7b82f36c388d033bda07fc146a926 /net-p2p/gnunet/files/patch-src_conf_Makefile.in | |
parent | Note squid SNMP DoS. Based on an entry that was (diff) |
Fix build
Installs sample gnunet-conf
Installs some documentation
PR: ports/72299
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'net-p2p/gnunet/files/patch-src_conf_Makefile.in')
-rw-r--r-- | net-p2p/gnunet/files/patch-src_conf_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/gnunet/files/patch-src_conf_Makefile.in b/net-p2p/gnunet/files/patch-src_conf_Makefile.in new file mode 100644 index 000000000000..52a4e64b1ae8 --- /dev/null +++ b/net-p2p/gnunet/files/patch-src_conf_Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/conf/Makefile.in.orig Fri Oct 1 01:13:52 2004 ++++ src/conf/Makefile.in Fri Oct 1 01:18:56 2004 +@@ -184,7 +184,7 @@ + + + gnunet_setup_LDFLAGS = \ +- $(curses_lib) ++ $(curses_lib) $(LTLIBINTL) + + + gnunet_setup_LDADD = \ |