ports/biology/ucsc-userapps/files/patch-kent_src_lib_uuid.c
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

11 lines
340 B
C

--- kent/src/lib/uuid.c.orig 2021-04-14 11:22:38 UTC
+++ kent/src/lib/uuid.c
@@ -6,7 +6,7 @@
* If you use this file you need to add -luuid to your link line. */
#include "common.h"
-#include "uuid.h"
+#include "my_uuid.h"
char *makeUuidString(char buf[37])
/* Generate a random uuid and put it in the usual hex-plus-dashes form */