diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-24 15:09:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-24 15:09:56 +0000 |
commit | 667a05fa8be63a1337a6f8c315fdfe7693c96dc0 (patch) | |
tree | 892223ffbc49d2443d942731d8a4be55d68b95fb /devel/gnome-vfs/files/patch-aa | |
parent | New port: Useful tools to deal with CLF files (Common Log File format) (diff) |
Ensure that the -pthread flag isn't omitted by libtool. I hope this would
solve problems people having on 4-STABLE after yesterday's GNOME megaupgrade.
Notes
Notes:
svn path=/head/; revision=53688
Diffstat (limited to 'devel/gnome-vfs/files/patch-aa')
-rw-r--r-- | devel/gnome-vfs/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa index 961b472beec1..6b14a395f165 100644 --- a/devel/gnome-vfs/files/patch-aa +++ b/devel/gnome-vfs/files/patch-aa @@ -1,8 +1,8 @@ $FreeBSD$ ---- configure.orig Tue Jan 22 12:36:47 2002 -+++ configure Tue Jan 22 12:38:07 2002 +--- configure.orig Thu Jan 24 10:25:14 2002 ++++ configure Thu Jan 24 10:38:00 2002 @@ -5949,7 +5949,7 @@ VFS_GNOMEUI_LIBS="`gnome-config --libs gnome gnomeui`" VFS_GNOMEGNORBA_LIBS="`gnome-config --libs gnome gnomeui gnorba`" @@ -54,3 +54,12 @@ $FreeBSD$ if true; then +@@ -10594,7 +10594,7 @@ + s%@GTK_CFLAGS@%$GTK_CFLAGS%g + s%@GTK_LIBS@%$GTK_LIBS%g + s%@cflags_set@%$cflags_set%g +-s%@PTHREAD_LIB@%$PTHREAD_LIB%g ++s%@PTHREAD_LIB@%$BSD_PTHREAD_LIBS%g + s%@ALLOCA@%$ALLOCA%g + s%@USE_NLS@%$USE_NLS%g + s%@MSGFMT@%$MSGFMT%g |