Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 10:54:25 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343732 - head/graphics/qslim
Message-ID:  <201402111054.s1BAsPxf042829@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Feb 11 10:54:24 2014
New Revision: 343732
URL: http://svnweb.freebsd.org/changeset/ports/343732
QAT: https://qat.redports.org/buildarchive/r343732/

Log:
  - Fix segfault by linking against pthread

Modified:
  head/graphics/qslim/Makefile

Modified: head/graphics/qslim/Makefile
==============================================================================
--- head/graphics/qslim/Makefile	Tue Feb 11 10:45:16 2014	(r343731)
+++ head/graphics/qslim/Makefile	Tue Feb 11 10:54:24 2014	(r343732)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111054.s1BAsPxf042829>