mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
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>
11 lines
253 B
C++
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)
|