Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 08:10:18 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347553 - head/lang/squeak/files
Message-ID:  <201403090810.s298AINQ031124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@restart.be>
  Approved by:	Takeshi MUTOH <mutoh@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403090810.s298AINQ031124>