diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
| commit | 9352995934adec8059077af241c35ccd1573bd80 (patch) | |
| tree | 60286e266b3b31b90b952ac37e12a1ebbcdd2eb6 /wtime/patches/config.patch | |
| parent | ef3b84d78197acbd45d73a9b1ae44b47b5904290 (diff) | |
| parent | 880bca260c4ce91554a49b2475232cf5c0ffd447 (diff) | |
| download | qipackages-fork-9352995934adec8059077af241c35ccd1573bd80.tar.gz | |
Conflicts:
links/Makefile
Diffstat (limited to 'wtime/patches/config.patch')
| -rw-r--r-- | wtime/patches/config.patch | 24 |
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 |
