svn commit: r343732 - head/graphics/qslim

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 11 10:54:25 UTC 2014


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)


More information about the svn-ports-all mailing list