aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-10-27 14:10:43 +0800
committersobomax <sobomax@FreeBSD.org>2001-10-27 14:10:43 +0800
commitf533c32dcf15c5c62f4256de6fca83f9ebcd6fa4 (patch)
treec303b4167179a6f043f3ddd3010d9a5bfae75509 /x11-toolkits
parent40a8fefd24e632ecf0d138f70d4b91f33c3766aa (diff)
downloadfreebsd-ports-gnome-f533c32dcf15c5c62f4256de6fca83f9ebcd6fa4.tar.gz
freebsd-ports-gnome-f533c32dcf15c5c62f4256de6fca83f9ebcd6fa4.tar.zst
freebsd-ports-gnome-f533c32dcf15c5c62f4256de6fca83f9ebcd6fa4.zip
Unbreak on 4-STABLE. Reportedly this allows Nautilus run in STABLE as well.
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/eel/Makefile2
-rw-r--r--x11-toolkits/eel2/Makefile2
2 files changed, 2 insertions, 2 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 ; \
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 ; \