openbsd-ports/security/qca2/patches/patch-configure
sebastia 904edf430c Fix problem with bulk build, introduced when importing qca-ossl:
* renaming libqca to libqca2 for the qca2 port
  * removed conflict line from qca2 PLIST
  * bumped qca2
  * updated conflict line in qca PLIST
  * bumped qca2
  * updated WANTLIB of qca-ossl and bumped
  * hooked qca2 up to the build in the ports/security/Makefile

OK shadchin@, espie@
2012-01-26 09:25:46 +00:00

16 lines
567 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2012/01/26 09:25:46 sebastia Exp $
rename library to qca2
--- configure.orig Tue Jan 24 12:31:29 2012
+++ configure Tue Jan 24 12:32:49 2012
@@ -913,7 +913,7 @@ class qc_extra : public ConfObj (public)
str = pkg_template1.arg(prefix, libdir, incdir);
str += pkg_template2.arg("QCA");
str += pkg_template3.arg("QtCore");
- str += pkg_template4.arg("qca");
+ str += pkg_template4.arg("qca2");
f.setFileName("lib/pkgconfig/qca2.pc");
if(f.open(QFile::WriteOnly | QFile::Truncate))
f.write(str.toLatin1());