mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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.
11 lines
340 B
C
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 */
|