Skip to content

Commit

Permalink
Pullup ticket 3211 - requested by tez
Browse files Browse the repository at this point in the history
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
  • Loading branch information
spz committed Aug 22, 2010
1 parent 127e4d1 commit 79c1394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/glib2/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.175 2010/06/03 01:00:46 dsainty Exp $
# $NetBSD: Makefile,v 1.175.2.1 2010/08/22 00:10:22 spz Exp $

.include "Makefile.common"

Expand All @@ -25,6 +25,8 @@ 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"
Expand Down

0 comments on commit 79c1394

Please sign in to comment.