summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-11 10:54:24 +0000
committergahr <gahr@FreeBSD.org>2014-02-11 10:54:24 +0000
commit4ff47bf66277204590b33c3e8a5ed10e3c577968 (patch)
treedc0783cfa995491086f82207f06d13edb4392945
parentad383249034bd1e729d1a9f167ea35e6740fdb6d (diff)
downloadFreeBSD-ports-4ff47bf66277204590b33c3e8a5ed10e3c577968.zip
FreeBSD-ports-4ff47bf66277204590b33c3e8a5ed10e3c577968.tar.gz
- Fix segfault by linking against pthread
-rw-r--r--graphics/qslim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile
index 43b4660..f766911 100644
--- a/graphics/qslim/Makefile
+++ b/graphics/qslim/Makefile
@@ -30,7 +30,7 @@ ALL_TARGET= # none
USE_LDCONFIG= yes
CFLAGS+= -DMIX_ANSI_IOSTREAMS -DHAVE_BOOL -fPIC -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
FLTK_CONFIG= ${LOCALBASE}/bin/fltk-config
GUI_LIBS= $$(${FLTK_CONFIG} --use-gl --ldflags)
OpenPOWER on IntegriCloud