1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/biology/ucsc-userapps/files/patch-kent_src_inc_common.mk
Jason W. Bacon 6b63ef7436 biology/ucsc-userapps: Command line tools from the UCSC Genome Browser project
These are the command-line bioinformatics utilities associated with the UCSC
genome browser.  Care has been taken to install only the freely available
tools.  However, the license information at https://genome.ucsc.edu/license/
is not entirely clear and we may add non-free utilities in the future.

Contact UCSC if you are using this port for commercial purposes.
2021-04-25 12:18:38 -05:00

14 lines
290 B
Makefile

--- kent/src/inc/common.mk.orig 2021-04-02 22:47:03 UTC
+++ kent/src/inc/common.mk
@@ -61,6 +61,10 @@ else
endif
endif
+ifeq ($(UNAME_S),FreeBSD)
+ ICONVLIB=-L${LOCALBASE}/lib -liconv
+endif
+
# autodetect if openssl is installed
ifeq (${SSLDIR},)
SSLDIR = /usr/include/openssl