diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-29 16:25:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-29 16:25:56 +0000 |
commit | 2887f692133792582913d2fb72ca6f10751c48ec (patch) | |
tree | 62e1e4255fd448d5769251b672849c25a88d9692 /devel/glib20 | |
parent | 43b22956784ddbe4c77467591d72cc979345c126 (diff) | |
download | ports-2887f692133792582913d2fb72ca6f10751c48ec.tar.gz ports-2887f692133792582913d2fb72ca6f10751c48ec.zip |
Notes
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 1 | ||||
-rw-r--r-- | devel/glib20/files/patch-ae | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 6e19919658f2..23d64d2bbc8b 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -7,6 +7,7 @@ PORTNAME= glib PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae index 659943e02833..0a7c2987dc3c 100644 --- a/devel/glib20/files/patch-ae +++ b/devel/glib20/files/patch-ae @@ -1,6 +1,6 @@ --- configure.orig Mon Dec 2 16:34:49 2002 +++ configure Tue Dec 3 18:21:22 2002 -@@ -11259,6 +11259,7 @@ +@@ -10176,6 +10176,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,3 +8,12 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -17057,6 +17058,8 @@ + fi + done + fi ++ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" ++ G_THREAD_LIBS="${PTHREAD_LIBS}" + + if test x"$G_THREAD_CFLAGS" = x; then + |