Don't need to patch this anymore.

from Brad
This commit is contained in:
ajacoutot 2012-08-29 16:06:56 +00:00
parent 28585624b4
commit 4d8426b28a
2 changed files with 3 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.179 2012/07/15 08:10:41 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.180 2012/08/29 16:06:56 ajacoutot Exp $
COMMENT-main= general-purpose utility library
COMMENT-docs= glib2 documentation
@ -10,6 +10,8 @@ EXTRACT_SUFX= .tar.xz
PKGNAME-main= glib2-${VERSION}
PKGNAME-docs= glib2-docs-${VERSION}
REVISION-main= 0
CATEGORIES= devel
HOMEPAGE= http://www.gtk.org/

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-glib-2_0_pc_in,v 1.2 2012/07/06 16:25:05 ajacoutot Exp $
libglib-2.0.so includes pthread_* symbols.
--- glib-2.0.pc.in.orig Mon Mar 12 01:42:41 2012
+++ glib-2.0.pc.in Fri Jul 6 18:24:13 2012
@@ -11,6 +11,6 @@ Name: GLib
Description: C Utility Library
Version: @VERSION@
Requires.private: @PCRE_REQUIRES@
-Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
+Libs: @G_THREAD_LIBS@ -L${libdir} -lglib-2.0 @INTLLIBS@
Libs.private: @G_THREAD_LIBS@ @G_LIBS_EXTRA@ @PCRE_LIBS@ @INTLLIBS@ @ICONV_LIBS@
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@