pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/heimdal The "missing-from-system" headers tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c10a314daf94
branches:  trunk
changeset: 539240:c10a314daf94
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Mar 02 06:41:32 2008 +0000

description:
The "missing-from-system" headers that Heimdal installs are now placed
into ${PREFIX}/include/krb5/roken instead of ${PREFIX}/include/krb5.
This is good because it reduces the likelihood of a conflict with any
other similarly named headers if you simply add -I${PREFIX}/include/krb5
to the compiler command line.

Patch from PR pkg/38119 by charlie.

diffstat:

 security/heimdal/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 27e518799fe8 -r c10a314daf94 security/heimdal/Makefile
--- a/security/heimdal/Makefile Sun Mar 02 06:10:30 2008 +0000
+++ b/security/heimdal/Makefile Sun Mar 02 06:41:32 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2008/02/29 22:41:13 jlam Exp $
+# $NetBSD: Makefile,v 1.67 2008/03/02 06:41:32 jlam Exp $
 
 DISTNAME=      heimdal-1.1
 CATEGORIES=    security
@@ -71,7 +71,7 @@
 #
 GENERATE_PLIST+=       \
        ( cd ${WRKSRC}/lib/roken && ${BUILD_MAKE_CMD} print-xheaders |  \
-         ${XARGS} -n 1 | ${SED} -e "s,^,include/krb5/," );             \
+         ${XARGS} -n 1 | ${SED} -e "s,^,include/krb5/roken/," );       \
        ${ECHO} "@dirrm include/krb5";
 
 .include "../../devel/readline/buildlink3.mk"



Home | Main Index | Thread Index | Old Index