freebsd-ports/lang/squeak/files/patch-unix_plugins_UUIDPlugin_config.cmake
Alexey Dokuchaev 984457601c - Stagify, sort the knobs, remove excessive whitespace and bogus comments
- Employ USE_GSTREAMER knob instead of depending on libgstreamer.so
- Use consistent separators in patch files (this also deuglifies them)

PR:	192234
2014-07-30 08:03:08 +00:00

12 lines
454 B
CMake

--- unix/plugins/UUIDPlugin/config.cmake.orig 2012-09-13 21:09:00.000000000 +0200
+++ unix/plugins/UUIDPlugin/config.cmake 2013-10-27 14:10:07.948211424 +0100
@@ -4,8 +4,8 @@
PLUGIN_FIND_INCLUDE (SYS_UUID sys/uuid.h)
CONFIG_DEFINE (HAVE_SYS_UUID_H)
-PLUGIN_FIND_INCLUDE (UUID_UUID uuid/uuid.h)
-CONFIG_DEFINE (HAVE_UUID_UUID_H)
+#---PLUGIN_FIND_INCLUDE (UUID_UUID uuid/uuid.h)
+#---CONFIG_DEFINE (HAVE_UUID_UUID_H)
PLUGIN_FIND_LIBRARY (UUID uuid)