ports/devel/codeblocks/files/patch-src-globals.h
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
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