summaryrefslogtreecommitdiff
path: root/devel/glib20
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-29 16:25:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-29 16:25:56 +0000
commit2887f692133792582913d2fb72ca6f10751c48ec (patch)
tree62e1e4255fd448d5769251b672849c25a88d9692 /devel/glib20
parentAdd a flag to allow one to disable threading support. Setting (diff)
Ensure that pthread CFLAGS and LDFLAGS are properly passed in.
PR: 51533 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=79882
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile1
-rw-r--r--devel/glib20/files/patch-ae11
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
+