Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/glib2/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.174 retrieving revision 1.176 diff -u -p -r1.174 -r1.176 --- pkgsrc/devel/glib2/Makefile 2010/05/31 17:30:36 1.174 +++ pkgsrc/devel/glib2/Makefile 2010/08/20 16:33:10 1.176 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.174 2010/05/31 17:30:36 drochner Exp $ +# $NetBSD: Makefile,v 1.176 2010/08/20 16:33:10 tez Exp $ .include "Makefile.common" @@ -25,7 +25,10 @@ PKGCONFIG_OVERRIDE+= gio-unix-2.0.pc.in # need pcre utf8 + unicode-properties BUILDLINK_API_DEPENDS.pcre+= pcre>=7.4nb1 +LIBS.SunOS+= -lnsl -lsocket + .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk"