diff options
author | jdolecek <jdolecek> | 2004-12-18 15:03:30 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-12-18 15:03:30 +0000 |
commit | f7e5ca402cc1c7388d0b020163b82740f4329148 (patch) | |
tree | 2d769d026744057565eaceb882bd9209d815518e /security | |
parent | 8586528c418bbe547a75c592c724c86eb68694a5 (diff) | |
download | pkgsrc-f7e5ca402cc1c7388d0b020163b82740f4329148.tar.gz |
add a comment regarding the -rpath filter
Diffstat (limited to 'security')
-rw-r--r-- | security/qca-tls/Makefile | 4 |
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; \ |