aboutsummaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2014-03-09 08:10:18 +0000
committerFrederic Culot <culot@FreeBSD.org>2014-03-09 08:10:18 +0000
commit090337a44c167da2f9f51c03849a6332333367da (patch)
tree6103a33a128cc86667cd55425a718fc8b3042a51 /lang/squeak
parent74883aff39b2e9e4bf7eaddf49b346d9bb0f8f75 (diff)
downloadports-090337a44c167da2f9f51c03849a6332333367da.tar.gz
ports-090337a44c167da2f9f51c03849a6332333367da.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)
Notes
Notes: svn path=/head/; revision=347553
Diffstat (limited to 'lang/squeak')
-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)