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

15 lines
515 B
C++

--- ./ext/P4/p4mapmaker.cpp.orig 2015-02-11 21:56:41.253726893 +0000
+++ ./ext/P4/p4mapmaker.cpp 2015-02-11 21:57:50.622092422 +0000
@@ -35,9 +35,9 @@
******************************************************************************/
#include <ruby.h>
#include "undefdups.h"
-#include <p4/clientapi.h>
-#include <p4/mapapi.h>
-#include <p4/debug.h>
+#include <perforce/clientapi.h>
+#include <perforce/mapapi.h>
+#include <perforce/debug.h>
#include "p4rubydebug.h"
#include "p4utils.h"
#include "p4mapmaker.h"