summaryrefslogtreecommitdiff
path: root/wtime/patches/config.patch
diff options
context:
space:
mode:
authorDavid Kühling <dvdkhlng@gmx.de>2011-01-02 15:19:00 +0100
committerDavid Kühling <dvdkhlng@gmx.de>2011-01-02 15:19:00 +0100
commit9aaeb4623d3ff5746e665bc17914eefd292b7dcd (patch)
tree370db60ffdc2ef840b7d1124d5a392f93bba3c9d /wtime/patches/config.patch
downloadqipackages-fork-9aaeb4623d3ff5746e665bc17914eefd292b7dcd.tar.gz
New OpenWrt package for GNU Octave. Experimental/probably still broken.grafted
Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days.
Diffstat (limited to 'wtime/patches/config.patch')
-rw-r--r--wtime/patches/config.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/wtime/patches/config.patch b/wtime/patches/config.patch
new file mode 100644
index 0000000..af3017f
--- /dev/null
+++ b/wtime/patches/config.patch
@@ -0,0 +1,24 @@
+--- wtime/config.mk 2006-06-17 14:30:50.000000000 +0200
++++ wtimem/config.mk 2010-12-08 20:11:42.933802915 +0100
+@@ -1,17 +1,11 @@
+ # Customize to fit your system
+
+-PREFIX = /usr/local
++INCLUDES = -I.
++LIBS =
+
+-INCDIR = ${PREFIX}/include
+-LIBDIR = ${PREFIX}/lib
++CFLAGS = -std=c99 -O2
++LDFLAGS =
+
+-INCLUDES = -I. -I${INCDIR} -I/usr/include
+-LIBS = -L${LIBDIR} -L/usr/lib -lc
+-
+-CFLAGS = -std=c99 -O2 ${INCLUDES}
+-LDFLAGS = ${LIBS}
+-
+-CC = gcc
+ CP = cp -f
+ RM = rm -f
+ MKDIR = mkdir