From 786fbac1149d8aba7453a183dc8495f23e7db15f Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 25 Feb 2008 14:56:05 +0000 Subject: [PATCH] Fixed typo in heimdal parse-config --- security/heimdal/parse-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/heimdal/parse-config b/security/heimdal/parse-config index d6d93f17e..5ff5ab5c2 100644 --- a/security/heimdal/parse-config +++ b/security/heimdal/parse-config @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../heimdal/parse-config -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -65,7 +65,7 @@ if pkginstalled -f heimdal; then KRB5LIBS="`krb5-config --libs gssapi` -lhdb -lkadm5clnt -lkadm5srv" KRB5CFLAGS=`krb5-config --cflags gssapi` - var_append CPP_wRAPPER_APPEND ' ' "$KRB5CFLAGS" + var_append CPP_WRAPPER_APPEND ' ' "$KRB5CFLAGS" for x in CXX GCC; do var_append ${x}_WRAPPER_APPEND ' ' "$KRB5CFLAGS"