From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- wtime/patches/config.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 wtime/patches/config.patch (limited to 'wtime/patches/config.patch') 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 -- cgit v1.2.3