aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slang/slang/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/slang/slang/Makefile.patch')
-rw-r--r--recipes/slang/slang/Makefile.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/slang/slang/Makefile.patch b/recipes/slang/slang/Makefile.patch
new file mode 100644
index 0000000000..a79b2b9ae3
--- /dev/null
+++ b/recipes/slang/slang/Makefile.patch
@@ -0,0 +1,26 @@
+--- slang-1.4.9/autoconf/Makefile.in.orig 2004-09-24 15:51:57.054180737 +0100
++++ slang-1.4.9/autoconf/Makefile.in 2004-09-24 15:52:47.065068195 +0100
+@@ -13,12 +13,12 @@
+ @echo Use make install-elf to install it.
+ runtests:
+ cd src; $(MAKE) runtests
+-demos:
+- cd demo; $(MAKE)
++#demos:
++# cd demo; $(MAKE)
+ clean:
+ /bin/rm -f *~
+ cd src; $(MAKE) clean
+- cd demo; $(MAKE) clean
++# cd demo; $(MAKE) clean
+ install:
+ cd src; $(MAKE) install
+ install-elf:
+@@ -32,6 +32,6 @@
+ distclean:
+ /bin/rm -f *~ Makefile config.status config.log config.cache files.pck
+ cd src; $(MAKE) distclean
+- cd demo; $(MAKE) distclean
++# cd demo; $(MAKE) distclean
+ #
+