1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- 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)
This commit is contained in:
Frederic Culot 2014-03-09 08:10:18 +00:00
parent 74883aff39
commit 090337a44c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347553

View File

@ -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)