pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/qca-tls add a comment regarding the -rpath fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc2b983d540c
branches:  trunk
changeset: 485654:dc2b983d540c
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Dec 18 15:03:30 2004 +0000

description:
add a comment regarding the -rpath filter

diffstat:

 security/qca-tls/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 188f67a2fc50 -r dc2b983d540c security/qca-tls/Makefile
--- a/security/qca-tls/Makefile Sat Dec 18 14:42:47 2004 +0000
+++ b/security/qca-tls/Makefile Sat Dec 18 15:03:30 2004 +0000
@@ -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_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;        \



Home | Main Index | Thread Index | Old Index