mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
5fc33229f8
(especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises. WWW: http://http://www.basic256.org PR: ports/160367 Submitted by: Fernando <fernando.apesteguia@gmail.com>
12 lines
251 B
C++
12 lines
251 B
C++
--- RunController.cpp.orig 2011-08-28 20:02:12.000000000 +0200
|
|
+++ RunController.cpp 2011-08-28 20:02:22.000000000 +0200
|
|
@@ -56,7 +56,7 @@
|
|
|
|
|
|
#ifdef LINUX_ESPEAK
|
|
- #include <speak_lib.h>
|
|
+ #include <espeak/speak_lib.h>
|
|
#endif
|
|
|
|
#ifdef LINUX_FLITE
|