freebsd-ports/devel/ddd/files/patch-ddd-PannedGEP.h
Kurt Jaeger 9d76b86b5b devel/ddd: Fix build with libc++ 3.8.0
PR:		208528
Submitted by:	dim
Approved by:	sergio@softshark.org (maintainer timeout)
2016-04-29 21:13:28 +00:00

18 lines
391 B
C

--- ddd/PannedGEP.h.orig 2009-02-11 18:25:06.000000000 +0100
+++ ddd/PannedGEP.h 2016-04-04 21:29:40.083754000 +0200
@@ -32,15 +32,11 @@
#include <Xm/Xm.h>
// Superclasses
-#define new new_w
-#define class class_w
extern "C" {
#include <X11/IntrinsicP.h>
#include <X11/CompositeP.h>
#include <X11/Xaw/PortholeP.h>
}
-#undef new
-#undef class
// This class
#include "PannedGE.h"