mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -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
326 B
C
11 lines
326 B
C
--- src/globals.h.orig Sun Nov 27 15:34:38 2005
|
|
+++ src/globals.h Sun Nov 27 15:34:57 2005
|
|
@@ -16,7 +16,7 @@
|
|
#elif defined(__WXMAC__)
|
|
#define APP_PLATFORM _T("Mac OS/X")
|
|
#elif defined(__UNIX__)
|
|
- #define APP_PLATFORM _T("Linux")
|
|
+ #define APP_PLATFORM _T("FreeBSD")
|
|
#else
|
|
#define APP_PLATFORM _T("Unknown")
|
|
#endif
|