diff options
Diffstat (limited to '')
-rw-r--r-- | x11-clocks/asclock-xlib/files/patch-Imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/asclock-xlib/files/patch-Imakefile b/x11-clocks/asclock-xlib/files/patch-Imakefile new file mode 100644 index 000000000000..e7456f763a9d --- /dev/null +++ b/x11-clocks/asclock-xlib/files/patch-Imakefile @@ -0,0 +1,11 @@ +--- Imakefile.orig Sun Mar 25 12:49:22 2007 ++++ Imakefile Sun Mar 25 12:49:32 2007 +@@ -5,7 +5,7 @@ + LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) + + LINTLIBS = $(LINTXLIB) +-CC = gcc -g ++#CC = $(CC) + + SRCS = asclock.c parser.c symbols.c config.c + OBJS = asclock.o parser.o symbols.o config.o |