[Lunar-commits] <moonbase-other> gnustep-make: require gcc's ObjC module
v4hn
me at v4hn.de
Sun Nov 10 00:54:48 CET 2013
commit 979b938529dc8c5064020efca466e6ab2b420b49
Author: v4hn <me at v4hn.de>
Date: Thu, 07 Nov 2013 16:17:29 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/979b938529dc8c5064020efca466e6ab2b420b49
gnustep-make: require gcc's ObjC module
---
gnustep/gnustep-make/PRE_BUILD | +7/-0
1 file changed, 7 insertions(+)
--- /dev/null
+++ b/gnustep/gnustep-make/PRE_BUILD
@@ -0,0 +1,7 @@
+if [[ ! "$(get_other_module_config gcc LANGUAGES)" = *objc* ]]; then
+ message "${PROBLEM_COLOR}GnuStep largely depends on the ObjC support of gcc.\n" \
+ "Please recompile gcc with Objective C support and retry${DEFAULT_COLOR}." &&
+ false
+fi &&
+
+default_pre_build
More information about the Lunar-commits
mailing list