From 50b20c73632bf0e2bc0474e4eba57cb20e53ed3a Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 24 Dec 2005 01:55:20 +0000 Subject: Add ${PTHREAD_CFLAGS}/${PTHREAD_LIBS} to the CONFIGURE_ENV. There appears to be some debate as to whether the root of this problem is the libtool 1.5.22 update, but adding pthread stuff here fixes the build problems I've been getting on 5-STABLE. --- x11/libgnome/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/libgnome/Makefile') diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 9c95010e7c45..7d9e96acb640 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -29,8 +29,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack esound \ USE_BISON= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" SUB_FILES= pkg-deinstall -- cgit v1.2.3