summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-13 03:43:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-13 03:43:51 +0800
commit1747e12c167b1a9525059b47b4ddaaa4ac4f06dc (patch)
tree2d033c8d2f9ed60d120beffded4e1d0090d8cd12 /x11-toolkits
parentfce7a9a87801d768503a875aa74c41d2c1709bfd (diff)
downloadmarcuscom-ports-1747e12c167b1a9525059b47b4ddaaa4ac4f06dc.tar
marcuscom-ports-1747e12c167b1a9525059b47b4ddaaa4ac4f06dc.tar.gz
marcuscom-ports-1747e12c167b1a9525059b47b4ddaaa4ac4f06dc.tar.bz2
marcuscom-ports-1747e12c167b1a9525059b47b4ddaaa4ac4f06dc.tar.lz
marcuscom-ports-1747e12c167b1a9525059b47b4ddaaa4ac4f06dc.tar.xz
marcuscom-ports-1747e12c167b1a9525059b47b4ddaaa4ac4f06dc.tar.zst
marcuscom-ports-1747e12c167b1a9525059b47b4ddaaa4ac4f06dc.zip
Make sure vte and gnome-pty-helper get linked with ${PTHREAD_LIBS}. This
fixes a CPU hog on -CURRENT. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@754 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/vte/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 6d0cd8c03..3f75bb1a5 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vte
PORTVERSION= 0.11.6
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
@@ -24,7 +25,7 @@ INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_GNOME= gnomeprefix gnomehack gtk20
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --disable-python
post-patch: