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@
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
$OpenBSD: patch-crypto_prf_in,v 1.2 2012/01/26 09:25:46 sebastia Exp $
|
|
--- crypto.prf.in.orig Wed Jun 4 02:48:48 2008
|
|
+++ crypto.prf.in Tue Jan 24 13:02:00 2012
|
|
@@ -28,8 +28,8 @@ mac: {
|
|
# else, link normally
|
|
isEmpty(LINKAGE) {
|
|
INCLUDEPATH += $$QCA_INCDIR/QtCrypto
|
|
- LIBS += -L$$QCA_LIBDIR
|
|
- LINKAGE = -lqca
|
|
+ QMAKE_LFLAGS += -L$$QCA_LIBDIR
|
|
+ LINKAGE = -lqca2
|
|
CONFIG(debug, debug|release) {
|
|
windows:LINKAGE = -lqcad
|
|
mac:LINKAGE = -lqca_debug
|