111f4b20f8
PR: ports/39924 Submitted by: maintainer
11 lines
456 B
Text
11 lines
456 B
Text
--- examples/cmdline/Makefile.in.orig Thu May 2 11:24:45 2002
|
|
+++ examples/cmdline/Makefile.in Thu May 2 11:23:52 2002
|
|
@@ -105,7 +105,7 @@
|
|
lookup_SOURCES = lookup.cpp
|
|
search_SOURCES = search.cpp
|
|
threaded_search_SOURCES = threaded_search.cpp
|
|
-threaded_search_LDADD = $(LDADD) -lpthread
|
|
+threaded_search_LDADD = $(LDADD) -pthread
|
|
subdir = examples/cmdline
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|