aboutsummaryrefslogtreecommitdiff
path: root/chuck/patches/0004-install-chuck-headers-for-building-Chugins.patch
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-14 04:30:44 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-14 04:30:44 +0200
commit058c024194c4ce612d6365337b4ef0d7fad016b3 (patch)
treedf75378489a2487feaf2938b8f97dc2fefe1a4d9 /chuck/patches/0004-install-chuck-headers-for-building-Chugins.patch
parent0a95e15cdc87de0136734e784d487f9b03170bbb (diff)
downloadnanonote-ports-058c024194c4ce612d6365337b4ef0d7fad016b3.tar.gz
added package for ChucK programming language
* doesn't work very well anyways. probably because of the lack of hardware float support, requiring software emulation (ChucK uses floats internally to represent sample data) * includes my own modifications as patches
Diffstat (limited to 'chuck/patches/0004-install-chuck-headers-for-building-Chugins.patch')
-rw-r--r--chuck/patches/0004-install-chuck-headers-for-building-Chugins.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/chuck/patches/0004-install-chuck-headers-for-building-Chugins.patch b/chuck/patches/0004-install-chuck-headers-for-building-Chugins.patch
new file mode 100644
index 0000000..69be6f9
--- /dev/null
+++ b/chuck/patches/0004-install-chuck-headers-for-building-Chugins.patch
@@ -0,0 +1,25 @@
+From 58a8dbd6ce4e548407c92be1dd392e7f437e3862 Mon Sep 17 00:00:00 2001
+From: Robin Haberkorn <robin.haberkorn@googlemail.com>
+Date: Fri, 7 Sep 2012 17:17:56 +0200
+Subject: [PATCH 04/12] install chuck headers (for building Chugins)
+
+---
+ makefile | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/src/makefile b/src/makefile
+index aa87fe9..077b879 100644
+--- a/src/makefile
++++ b/src/makefile
+@@ -9,6 +9,8 @@ current:
+ install:
+ cp $(wildcard chuck chuck.exe) $(DESTDIR)/
+ chmod 755 $(DESTDIR)/$(wildcard chuck chuck.exe)
++ mkdir -p /usr/include/chuck
++ cp *.h /usr/include/chuck
+
+ ifneq ($(CK_TARGET),)
+ .DEFAULT_GOAL:=$(CK_TARGET)
+--
+1.7.1
+