svn commit: r497508 - head/biology/iolib
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Apr 1 19:33:16 UTC 2019
Author: danilo
Date: Mon Apr 1 19:33:15 2019
New Revision: 497508
URL: https://svnweb.freebsd.org/changeset/ports/497508
Log:
- Fix build in head i386
Modified:
head/biology/iolib/Makefile
Modified: head/biology/iolib/Makefile
==============================================================================
--- head/biology/iolib/Makefile Mon Apr 1 19:29:46 2019 (r497507)
+++ head/biology/iolib/Makefile Mon Apr 1 19:33:15 2019 (r497508)
@@ -21,5 +21,6 @@ GH_ACCOUNT= jkbonfield
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+LDFLAGS+= -lpthread
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list