904edf430c
* 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@
25 lines
772 B
Plaintext
25 lines
772 B
Plaintext
$OpenBSD: patch-qcm_qca_qcm,v 1.1 2012/01/26 09:25:46 sebastia Exp $
|
|
|
|
rename library to qca2
|
|
|
|
--- qcm/qca.qcm.orig Tue Jan 24 09:52:18 2012
|
|
+++ qcm/qca.qcm Tue Jan 24 09:54:57 2012
|
|
@@ -31,7 +31,7 @@ static QString internal_crypto_prf(const QString &incd
|
|
"isEmpty(LINKAGE) {\n"
|
|
" INCLUDEPATH += $$QCA_INCDIR/QtCrypto\n"
|
|
" LIBS += -L$$QCA_LIBDIR\n"
|
|
-" LINKAGE = -lqca\n"
|
|
+" LINKAGE = -lqca2\n"
|
|
" CONFIG(debug, debug|release) {\n"
|
|
" windows:LINKAGE = -lqcad\n"
|
|
" mac:LINKAGE = -lqca_debug\n"
|
|
@@ -51,7 +51,7 @@ class qc_qca : public ConfObj
|
|
public:
|
|
qc_qca(Conf *c) : ConfObj(c) {}
|
|
QString name() const { return "QCA >= 2.0"; }
|
|
- QString shortname() const { return "qca"; }
|
|
+ QString shortname() const { return "qca2"; }
|
|
bool exec()
|
|
{
|
|
// get the build mode
|