aboutsummaryrefslogtreecommitdiffstats
path: root/security/qca-tls/files
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-01-27 21:24:43 +0800
committerdemon <demon@FreeBSD.org>2004-01-27 21:24:43 +0800
commitc1ff1ab80b2940cdd637be6f7f6ec4798de22a69 (patch)
tree058c9bcedb14e7265101e896c87eb2b5f5d6099a /security/qca-tls/files
parent7598f5055fd99bea3b207b5a61d9660288231254 (diff)
downloadfreebsd-ports-gnome-c1ff1ab80b2940cdd637be6f7f6ec4798de22a69.tar.gz
freebsd-ports-gnome-c1ff1ab80b2940cdd637be6f7f6ec4798de22a69.tar.zst
freebsd-ports-gnome-c1ff1ab80b2940cdd637be6f7f6ec4798de22a69.zip
New port: qca-tls.
A plugin to provide SSL/TLS capability to programs that utilize the Qt Cryptographic Architecture (QCA).
Diffstat (limited to 'security/qca-tls/files')
-rw-r--r--security/qca-tls/files/patch-configure29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/qca-tls/files/patch-configure b/security/qca-tls/files/patch-configure
new file mode 100644
index 000000000000..36ac56a8fda7
--- /dev/null
+++ b/security/qca-tls/files/patch-configure
@@ -0,0 +1,29 @@
+--- configure.orig Thu Dec 18 01:54:50 2003
++++ configure Tue Jan 27 14:58:26 2004
+@@ -43,6 +43,8 @@
+ esac
+ done
+
++QC_WITH_OPENSSL_INC=/usr/include
++QC_WITH_OPENSSL_LIB=/usr/lib
+
+ echo "Configuring qca-tls ..."
+
+@@ -84,7 +86,7 @@
+ echo Warning: qmake not in \$QTDIR/bin/qmake
+ echo trying to find it in \$PATH
+ fi
+- qm=`type -p qmake`
++ qm=`which qmake`
+ if [ -x "$qm" ]; then
+ if [ "$QC_DEBUG" = "Y" ]; then
+ echo qmake found in $qm
+@@ -144,8 +146,6 @@
+
+ s = conf->getenv("QC_WITH_OPENSSL_LIB");
+ if(!s.isEmpty()) {
+- if(!conf->checkLibrary(s, "ssl"))
+- return false;
+ lib = s;
+ }
+ else {