From f533c32dcf15c5c62f4256de6fca83f9ebcd6fa4 Mon Sep 17 00:00:00 2001 From: sobomax Date: Sat, 27 Oct 2001 06:10:43 +0000 Subject: Unbreak on 4-STABLE. Reportedly this allows Nautilus run in STABLE as well. Submitted by: John Merryweather Cooper --- x11-toolkits/eel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/eel') diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index 4c93f124c0ba..85e367b6a654 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -24,7 +24,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -- cgit