Module: ngircd.git Branch: master Commit: 84e9dcbab080b03b2057df8b22327172895833be URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=84e9d...
Author: Alexander Barton alex@barton.de Date: Fri Nov 2 14:16:58 2012 +0100
Xcode: correctly #define PACKAGE and PACKAGE_NAME
---
contrib/MacOSX/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index bf94d32..6da7496 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -11,7 +11,8 @@ * Static configuration file for Mac OS X Xcode project */
-#define PACKAGE_NAME "ngircd" +#define PACKAGE_NAME "ngIRCd" +#define PACKAGE "ngircd" #ifndef VERSION #define VERSION "??("__DATE__")" #endif
ngircd-commits@lists.barton.de