diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-06-10 21:19:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-06-10 21:19:57 +0000 |
commit | 5c621630250f7e9f9152e53d095908dd2eacec51 (patch) | |
tree | 6a4f50b09b4957010930d2f628e39638615371ba /net/eva/files/patch-src-Makefile.in | |
parent | Support DOCSDIR and add one more locale directory. (diff) |
Add evaq, an KDE IM client using the QQ IM protocol
PR: 80007
Submitted by: hamigua <hamigua@cuc.cn>
Notes
Notes:
svn path=/head/; revision=137229
Diffstat (limited to 'net/eva/files/patch-src-Makefile.in')
-rw-r--r-- | net/eva/files/patch-src-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/eva/files/patch-src-Makefile.in b/net/eva/files/patch-src-Makefile.in new file mode 100644 index 000000000000..4303bde749e0 --- /dev/null +++ b/net/eva/files/patch-src-Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Apr 16 21:17:25 2005 ++++ src/Makefile.in Sat Apr 16 21:16:18 2005 +@@ -320,7 +320,7 @@ + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -pthread + depcomp = $(SHELL) $(top_srcdir)/admin/depcomp + am__depfiles_maybe = depfiles + #>- @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/evachatwindowmanager.Po \ |