pkgsrc-Users archive

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

[PATCH] x11/gtk2



Like print/ghostscript-esp, gtk2 dies while compiling with:
/usr/libexec/binutils217/elf/ld: cannot find -lgssapi

Attached patch adds a dependancy on heimdal which provides libgssapi and makes
the package compile without problems again.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/gtk2/Makefile,v
retrieving revision 1.157
diff -u -p -r1.157 Makefile
--- Makefile    22 Feb 2008 13:11:33 -0000      1.157
+++ Makefile    1 Mar 2008 11:01:41 -0000
@@ -99,5 +99,6 @@ pre-install:
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
+.include "../../security/heimdal/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index