freebsd-ports/x11-clocks/asclock-xlib/files/patch-Imakefile
Jun Kuriyama 55157df249 Try to unbreak on gcc41.
Picked by:	pointyhat via kris
2007-03-25 04:19:37 +00:00

11 lines
284 B
Text

--- 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