[Gambas-user] Issue 595 in gambas: GNU support
gambas at ...2524...
gambas at ...2524...
Fri Jan 16 17:30:32 CET 2015
Status: New
Owner: ----
Labels: Version-3.6.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Other GUI-Any
New issue 595 by costamag... at ...626...: GNU support
https://code.google.com/p/gambas/issues/detail?id=595
Hi developers, what about supporting GNU operating system?
--- gambas3.orig/acinclude.m4 2013-09-03 12:20:15.763016116 +0200
+++ gambas3/acinclude.m4 2013-09-03 14:26:38.389881429 +0200
*-*-k*bsd*-gnu )
SYSTEM=GNU
AC_DEFINE(OS_GNU, 1, [Target system is of GNU family])
AC_DEFINE(OS_BSD, 1, [Target system is of BSD family])
AC_DEFINE(SYSTEM, "GNU/kFreeBSD", [Operating system])
;;
+ *-*-gnu* )
+ SYSTEM=GNU
+ AC_DEFINE(OS_GNU, 1, [Target system is of GNU family])
+ AC_DEFINE(SYSTEM, "GNU", [Operating system])
+ ;;
I don't remember if I already sent you this patch or not...
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list