patch-src_src_pro 611 B

12345678910111213141516171819202122232425
  1. $OpenBSD: patch-src_src_pro,v 1.2 2012/09/04 16:05:38 ajacoutot Exp $
  2. rename library to qca2
  3. --- src/src.pro.orig Sat Nov 27 22:14:12 2010
  4. +++ src/src.pro Tue Sep 4 17:52:57 2012
  5. @@ -6,7 +6,7 @@ QCA_SRCBASE = .
  6. TEMPLATE = lib
  7. QT -= gui
  8. -TARGET = qca
  9. +TARGET = qca2
  10. DESTDIR = $$QCA_BASE/lib
  11. windows:DLLDESTDIR = $$QCA_BASE/bin
  12. @@ -109,7 +109,7 @@ unix: {
  13. incfiles.files += $$QCA_INC/qca.h $$QCA_INC/QtCrypto
  14. !lib_bundle:INSTALLS += incfiles
  15. - manfiles.path = $$DATADIR/man/man1
  16. + manfiles.path = $$PREFIX/man/man1
  17. manfiles.files = $$QCA_BASE/man/qcatool2.1
  18. INSTALLS += manfiles
  19. }