ports/devel/codeblocks/files/patch-src-app.cpp
Edwin Groothuis 7c09f85c2d new port: devel/codeblocks, an open source, cross-platform and free
C/C++ IDE

	Code::Blocks is an open source, cross-platform and free
	C/C++ IDE.  It is build using the wxWidgets GUI library.

	The WEB site states:

	"Code::Blocks is a free C++ IDE built specifically to meet
	the most demanding needs of its users. It was designed,
	right from the start, to be extensible and configurable."

	WWW: http://www.codeblocks.org/

PR:		ports/89297
Submitted by:	Matthias Sund <m.sund@arcor.de>
2005-12-27 19:59:09 +00:00

11 lines
253 B
C++

--- src/app.cpp.orig Sun Nov 27 14:14:16 2005
+++ src/app.cpp Sun Nov 27 14:14:39 2005
@@ -80,6 +80,8 @@
DDEServer* g_DDEServer = 0L;
#endif
+#define APP_PREFIX "/usr/local"
+
IMPLEMENT_APP(CodeBlocksApp)
BEGIN_EVENT_TABLE(CodeBlocksApp, wxApp)