diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-27 06:10:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-27 06:10:43 +0000 |
commit | eeea3c3cea6e8efd0476bdfca59ee833cf5072a9 (patch) | |
tree | 2cb17eb55d21dd5e5dde236f90ec14cbca605d49 /x11-toolkits/eel | |
parent | b102c5e1b0e16e3a1eb49cde99cf8fedea6f2a44 (diff) | |
download | ports-eeea3c3cea6e8efd0476bdfca59ee833cf5072a9.tar.gz ports-eeea3c3cea6e8efd0476bdfca59ee833cf5072a9.zip |
Notes
Diffstat (limited to 'x11-toolkits/eel')
-rw-r--r-- | x11-toolkits/eel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; \ |