svn commit: r347553 - head/lang/squeak/files

Frederic Culot culot at FreeBSD.org
Sun Mar 9 08:10:19 UTC 2014


Author: culot
Date: Sun Mar  9 08:10:18 2014
New Revision: 347553
URL: http://svnweb.freebsd.org/changeset/ports/347553
QAT: https://qat.redports.org/buildarchive/r347553/

Log:
  - Add a patch to fix header conflicts
  
  PR:		ports/183361
  Submitted by:	Henri Hennebert <hlh at restart.be>
  Approved by:	Takeshi MUTOH <mutoh at openedu.org> (maintainer)

Added:
  head/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake   (contents, props changed)

Added: head/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/squeak/files/patch-unix__plugins_UUIDPlugin_config.cmake	Sun Mar  9 08:10:18 2014	(r347553)
@@ -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)


More information about the svn-ports-all mailing list