Remove patch to unbreak when ossp-uuid is installed, as spotted by landry@
This commit is contained in:
parent
fcaa41e254
commit
736a51b996
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-src_sharp_uuid_hpp,v 1.1.1.1 2011/05/06 11:25:46 jasper Exp $
|
||||
|
||||
Use pkg-config to pickup uuid.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=649486
|
||||
|
||||
--- src/sharp/uuid.hpp.orig Thu May 5 19:18:28 2011
|
||||
+++ src/sharp/uuid.hpp Thu May 5 19:18:35 2011
|
||||
@@ -28,7 +28,7 @@
|
||||
#ifndef __SHARP_UUID_HPP_
|
||||
#define __SHARP_UUID_HPP_
|
||||
|
||||
-#include <uuid/uuid.h>
|
||||
+#include <uuid.h>
|
||||
#include <string>
|
||||
|
||||
namespace sharp {
|
Loading…
Reference in New Issue
Block a user