aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/eel2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-27 06:10:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-27 06:10:43 +0000
commiteeea3c3cea6e8efd0476bdfca59ee833cf5072a9 (patch)
tree2cb17eb55d21dd5e5dde236f90ec14cbca605d49 /x11-toolkits/eel2
parentb102c5e1b0e16e3a1eb49cde99cf8fedea6f2a44 (diff)
downloadports-eeea3c3cea6e8efd0476bdfca59ee833cf5072a9.tar.gz
ports-eeea3c3cea6e8efd0476bdfca59ee833cf5072a9.zip
Notes
Diffstat (limited to 'x11-toolkits/eel2')
-rw-r--r--x11-toolkits/eel2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile
index 4c93f124c0ba..85e367b6a654 100644
--- a/x11-toolkits/eel2/Makefile
+++ b/x11-toolkits/eel2/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 ; \