ports/lang/scratch/files/patch-Makefile
Takeshi Mutoh 1b05393b7d
lang/scratch: Add Scratch 1.4.0.7, is a new programing language
that makes it easy to create your own interactive stories, animations,
games, music, and art - and share your creations on the web.

WWW:		https://scratch.mit.edu/
PR:		216811
Requested by:	Takeshi Mutoh <takeshi.mutoh@gmail.com>
Approved by:	hrs (mentor)
2023-05-07 01:10:52 +09:00

15 lines
481 B
Text

--- Makefile.orig 2011-05-25 18:53:42 UTC
+++ Makefile
@@ -4,10 +4,10 @@ build:
$(MAKE) build -C src/plugins/scratch/
$(MAKE) build -C src/plugins/unicode/
$(MAKE) build -C src/plugins/camera/
- $(MAKE) build -C src/plugins/wedo/
+# $(MAKE) build -C src/plugins/wedo/
clean:
$(MAKE) clean -C src/plugins/scratch/
$(MAKE) clean -C src/plugins/unicode/
$(MAKE) clean -C src/plugins/camera/
- $(MAKE) clean -C src/plugins/wedo/
+# $(MAKE) clean -C src/plugins/wedo/