svn commit: r556677 - head/net-im/toxic
Thierry Thomas
thierry at FreeBSD.org
Mon Nov 30 20:58:39 UTC 2020
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}" \
More information about the svn-ports-all
mailing list