Sun Aug 22 00:10:23 2010 UTC ()
Pullup ticket 3211 - requested by tez
build fix for Solaris

Revisions pulled up:
- pkgsrc/devel/glib2/Makefile	1.176

-------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tez
   Date:           Fri Aug 20 16:33:10 UTC 2010

   Modified Files:
           pkgsrc/devel/glib2: Makefile

   Log Message:
   Fix build on Solaris per pkg/43707 -  no revision bump since other
   platforms are unaffected and Solaris did not build before

   To generate a diff of this commit:
   cvs rdiff -u -r1.175 -r1.176 pkgsrc/devel/glib2/Makefile


(spz)
diff -r1.175 -r1.175.2.1 pkgsrc/devel/glib2/Makefile

cvs diff -r1.175 -r1.175.2.1 pkgsrc/devel/glib2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/glib2/Makefile 2010/06/03 01:00:46 1.175
+++ pkgsrc/devel/glib2/Makefile 2010/08/22 00:10:22 1.175.2.1
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1# $NetBSD: Makefile,v 1.175 2010/06/03 01:00:46 dsainty Exp $ 1# $NetBSD: Makefile,v 1.175.2.1 2010/08/22 00:10:22 spz Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4 4
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7COMMENT= Some useful routines for C programming (glib2) 7COMMENT= Some useful routines for C programming (glib2)
8 8
9USE_TOOLS+= msgfmt perl:run 9USE_TOOLS+= msgfmt perl:run
10 10
11PKGCONFIG_OVERRIDE= glib-2.0-uninstalled.pc.in 11PKGCONFIG_OVERRIDE= glib-2.0-uninstalled.pc.in
12PKGCONFIG_OVERRIDE+= glib-2.0.pc.in 12PKGCONFIG_OVERRIDE+= glib-2.0.pc.in
13PKGCONFIG_OVERRIDE+= gmodule-2.0-uninstalled.pc.in 13PKGCONFIG_OVERRIDE+= gmodule-2.0-uninstalled.pc.in
14PKGCONFIG_OVERRIDE+= gmodule-2.0.pc.in 14PKGCONFIG_OVERRIDE+= gmodule-2.0.pc.in
15PKGCONFIG_OVERRIDE+= gmodule-export-2.0.pc.in 15PKGCONFIG_OVERRIDE+= gmodule-export-2.0.pc.in
16PKGCONFIG_OVERRIDE+= gmodule-no-export-2.0-uninstalled.pc.in 16PKGCONFIG_OVERRIDE+= gmodule-no-export-2.0-uninstalled.pc.in
17PKGCONFIG_OVERRIDE+= gmodule-no-export-2.0.pc.in 17PKGCONFIG_OVERRIDE+= gmodule-no-export-2.0.pc.in
18PKGCONFIG_OVERRIDE+= gobject-2.0-uninstalled.pc.in 18PKGCONFIG_OVERRIDE+= gobject-2.0-uninstalled.pc.in
19PKGCONFIG_OVERRIDE+= gobject-2.0.pc.in 19PKGCONFIG_OVERRIDE+= gobject-2.0.pc.in
20PKGCONFIG_OVERRIDE+= gthread-2.0-uninstalled.pc.in 20PKGCONFIG_OVERRIDE+= gthread-2.0-uninstalled.pc.in
21PKGCONFIG_OVERRIDE+= gthread-2.0.pc.in 21PKGCONFIG_OVERRIDE+= gthread-2.0.pc.in
22PKGCONFIG_OVERRIDE+= gio-2.0.pc.in 22PKGCONFIG_OVERRIDE+= gio-2.0.pc.in
23PKGCONFIG_OVERRIDE+= gio-unix-2.0.pc.in 23PKGCONFIG_OVERRIDE+= gio-unix-2.0.pc.in
24 24
25# need pcre utf8 + unicode-properties 25# need pcre utf8 + unicode-properties
26BUILDLINK_API_DEPENDS.pcre+= pcre>=7.4nb1 26BUILDLINK_API_DEPENDS.pcre+= pcre>=7.4nb1
27 27
 28LIBS.SunOS+= -lnsl -lsocket
 29
28.include "../../converters/libiconv/buildlink3.mk" 30.include "../../converters/libiconv/buildlink3.mk"
29.include "../../devel/gettext-lib/buildlink3.mk" 31.include "../../devel/gettext-lib/buildlink3.mk"
30.include "../../devel/pcre/buildlink3.mk" 32.include "../../devel/pcre/buildlink3.mk"
31.include "../../devel/zlib/buildlink3.mk" 33.include "../../devel/zlib/buildlink3.mk"
32.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"