ports/devel/rubygem-p4ruby/files/patch-ext__P4__specmgr.cpp
Brad Davis 2c4ad15494 Add a new port: devel/rubygem-p4ruby
Approved by:	bdrewery (mentor)
2016-03-26 00:40:59 +00:00

17 lines
507 B
C++

--- ./ext/P4/specmgr.cpp.orig 2015-02-11 21:56:41.261843618 +0000
+++ ./ext/P4/specmgr.cpp 2015-02-11 21:58:06.073099450 +0000
@@ -38,10 +38,10 @@
#include <ruby.h>
#include "p4utils.h"
#include "undefdups.h"
-#include <p4/clientapi.h>
-#include <p4/strops.h>
-#include <p4/spec.h>
-#include <p4/strtable.h>
+#include <perforce/clientapi.h>
+#include <perforce/strops.h>
+#include <perforce/spec.h>
+#include <perforce/strtable.h>
#include "p4rubyconf.h"
#include "gc_hack.h"
#include "p4rubydebug.h"