mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Ensure that pthread CFLAGS and LDFLAGS are properly passed in.
PR: 51533 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
43b2295678
commit
2887f69213
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79882
@ -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/ \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user