diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-20 18:04:07 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-20 18:04:07 +0000 |
commit | ba655d90147638794a1818835841b73b62d5d959 (patch) | |
tree | fe3fd0588218f8e963704583eb515a7a7f47d993 /misc/sword/files/patch-examples::cmdline::Makefile.am | |
parent | Fix build on 5.x: struct sockaddr_in6 has no member sinaddr (diff) |
Update to 1.5.7
PR: ports/70702
Submitted by: maintainer
Diffstat (limited to 'misc/sword/files/patch-examples::cmdline::Makefile.am')
-rw-r--r-- | misc/sword/files/patch-examples::cmdline::Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/sword/files/patch-examples::cmdline::Makefile.am b/misc/sword/files/patch-examples::cmdline::Makefile.am deleted file mode 100644 index 50535881e5a8..000000000000 --- a/misc/sword/files/patch-examples::cmdline::Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ ---- examples/cmdline/Makefile.am.orig Thu May 2 11:24:34 2002 -+++ examples/cmdline/Makefile.am Thu May 2 11:24:41 2002 -@@ -7,4 +7,4 @@ - lookup_SOURCES = lookup.cpp - search_SOURCES = search.cpp - threaded_search_SOURCES = threaded_search.cpp --threaded_search_LDADD = $(LDADD) -lpthread -+threaded_search_LDADD = $(LDADD) -pthread |