pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/gnome-vfs2 Include krb5.buildlink3.mk file so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7220c147b1c
branches:  trunk
changeset: 490720:b7220c147b1c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Mar 18 19:28:09 2005 +0000

description:
Include krb5.buildlink3.mk file so that gssapi support can be built on
systems which support it (not true under NetBSD, as there is no krb5-config
file; no harm done, but a workaround should be put in place, which is
kinda laborious).

"Fixes" build under Linux (I'm not sure it was really broken, but anyway,
this was in fact a problem), as reported in PR pkg/29712.

diffstat:

 sysutils/gnome-vfs2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r d75ec953640f -r b7220c147b1c sysutils/gnome-vfs2/Makefile
--- a/sysutils/gnome-vfs2/Makefile      Fri Mar 18 19:02:15 2005 +0000
+++ b/sysutils/gnome-vfs2/Makefile      Fri Mar 18 19:28:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/02/26 17:23:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.47 2005/03/18 19:28:09 jmmv Exp $
 #
 
 PKGCONFIG_OVERRIDE=    gnome-vfs-2.0.pc.in
@@ -41,4 +41,5 @@
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 
+.include "../../mk/krb5.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index