Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 20:58:39 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556677 - head/net-im/toxic
Message-ID:  <202011302058.0AUKwd8q029232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Mon Nov 30 20:58:39 2020
New Revision: 556677
URL: https://svnweb.freebsd.org/changeset/ports/556677

Log:
  Fix linkage when X11 is disabled.
  
  PR:		251493
  Submitted by:	p5B2E9A8F (at) t-online.de

Modified:
  head/net-im/toxic/Makefile

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Mon Nov 30 20:30:56 2020	(r556676)
+++ head/net-im/toxic/Makefile	Mon Nov 30 20:58:39 2020	(r556677)
@@ -38,7 +38,7 @@ X11_LIB_DEPENDS=libnotify.so:devel/libnotify
 PYTHON_USES=	python:3.7+
 PYTHON_MAKE_ARGS=	ENABLE_PYTHON=1
 
-CFLAGS+=	-I${NCURSESINC}
+CFLAGS+=	-I${NCURSESINC} -pthread
 LDFLAGS+=	-L${NCURSESLIB}
 LDFLAGS_i386=	-Wl,-znotext
 MAKE_ENV=	USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}"	\



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