summaryrefslogtreecommitdiff
path: root/security/qca-tls
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-12-18 15:03:30 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-12-18 15:03:30 +0000
commita53d86c3ca816079bc459865a1e510538fc082d2 (patch)
tree2d769d026744057565eaceb882bd9209d815518e /security/qca-tls
parenta60b2cc1a6f5668dccc39334df97c19656f2ab87 (diff)
downloadpkgsrc-a53d86c3ca816079bc459865a1e510538fc082d2.tar.gz
add a comment regarding the -rpath filter
Diffstat (limited to 'security/qca-tls')
-rw-r--r--security/qca-tls/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile
index d5faa6a158e..a587397b90f 100644
--- a/security/qca-tls/Makefile
+++ b/security/qca-tls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 20:27:06 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/18 15:03:30 jdolecek Exp $
DISTNAME= qca-tls-1.0
PKGREVISION= # empty
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
USE_X11= yes
HAS_CONFIGURE= yes
+# XXX the -rpath filter is somewhat ugly, and this should be eventually
+# fixed in NetBSD qmake template to not be necessary.
post-configure:
cd ${WRKSRC} && ( \
${QTDIR}/bin/qmake qca-tls.pro -o Makefile.orig; \