openbsd-ports/net/psi/patches/patch-configure
niallo 09fd3371d4 Psi multiplatform Jabber client version 0.9.3
Homepage: http://psi.affinix.com/

From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
2005-05-19 20:29:58 +00:00

13 lines
394 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2005/05/19 20:29:58 niallo Exp $
--- configure.orig Tue May 3 10:05:02 2005
+++ configure Tue May 3 10:25:00 2005
@@ -261,7 +261,7 @@ public:
s = conf->getenv("QC_WITH_QCA_LIB");
if(!s.isEmpty()) {
- if(!conf->checkLibrary(s, "qca"))
+ if(!conf->checkLibrary(s, "qca -lpthread -lstdc++ -L%%X11BASE%%/lib"))
return false;
lib = s;
}