patch-configure 567 B

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