aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2014-03-09 16:10:18 +0800
committerculot <culot@FreeBSD.org>2014-03-09 16:10:18 +0800
commitd457ebdef3835b566eb3ea91745d29fbdc7b6e56 (patch)
tree6103a33a128cc86667cd55425a718fc8b3042a51 /lang
parentd82bf89e86847551cde12e29d87adcf5ce6c911f (diff)
downloadfreebsd-ports-gnome-d457ebdef3835b566eb3ea91745d29fbdc7b6e56.tar.gz
freebsd-ports-gnome-d457ebdef3835b566eb3ea91745d29fbdc7b6e56.tar.zst
freebsd-ports-gnome-d457ebdef3835b566eb3ea91745d29fbdc7b6e56.zip
- Add a patch to fix header conflicts
PR: ports/183361 Submitted by: Henri Hennebert <hlh@restart.be> Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r--lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake b/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake
new file mode 100644
index 000000000000..d5dd37d59798
--- /dev/null
+++ b/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake
@@ -0,0 +1,12 @@
+--- 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)