ee76c8745f
Io is a prototype-based programming language inspired by Smalltalk (all values are objects, all messages are dynamic), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable). OK sthen@
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
$OpenBSD: patch-modules_FindUUID_cmake,v 1.1.1.1 2012/12/17 23:55:28 jeremy Exp $
|
|
--- modules/FindUUID.cmake.orig Fri Oct 12 12:02:06 2012
|
|
+++ modules/FindUUID.cmake Fri Oct 12 12:02:36 2012
|
|
@@ -4,7 +4,7 @@
|
|
# Find libuuid
|
|
|
|
FIND_PATH(UUID_INCLUDE_DIR uuid/uuid.h)
|
|
-FIND_LIBRARY(UUID_LIBRARY NAMES uuid PATH)
|
|
+FIND_LIBRARY(UUID_LIBRARY NAMES e2fs-uuid PATH)
|
|
|
|
IF(NOT UUID_LIBRARY)
|
|
SET(UUID_LIBRARY "")
|