Created attachment 179181 [details] update to 2.2.2, added -fPIC to CFLAGS Hello, I had problems linking discount as it didn't use -fPIC on build. I think it's safe to use and recommended going forward. At the same time I upgraded the port to 2.2.2, which was released yesterday. Attached is the suggested patch... thank you!
A commit references this bug: Author: jlaffaye Date: Tue Mar 28 08:40:25 UTC 2017 New revision: 437103 URL: https://svnweb.freebsd.org/changeset/ports/437103 Log: - Update to 2.2.2 [1], [2] - Add -fPIC to CFLAGS [1] PR: 216343 [1], 217970 [2] Submitted by: tphilipp@potion-studios.com [1], ehaupt [2] Changes: head/textproc/discount/Makefile head/textproc/discount/distinfo
Committed, thanks!