openbsd-ports/net/psi/patches/patch-configure

13 lines
420 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.5 2007/08/08 05:51:51 steven Exp $
--- configure.orig Sat Jan 7 22:19:01 2006
+++ configure Thu Mar 22 23:09:35 2007
@@ -360,7 +360,7 @@ class qc_qca : public ConfObj (public)
s = conf->getenv("QC_WITH_QCA_LIB");
if(!s.isEmpty()) {
- if(!conf->checkLibrary(s, "qca"))
2005-09-23 20:02:48 -04:00
+ if(!conf->checkLibrary(s, "qca -lpthread -lstdc++ -L/usr/X11R6/lib"))
return false;
lib = s;
}