File tclcl-cflags.patch of Package tclcl
Index: Makefile.in =================================================================== --- Makefile.in.orig +++ Makefile.in @@ -66,7 +66,7 @@ INCLUDES = \ LIB = \ @V_LIBS@ -CFLAGS = $(CCOPT) $(DEFINE) +CFLAGS += $(CCOPT) $(DEFINE) # Explicitly define compilation rules since SunOS 4's make doesn't like gcc. # Also, gcc does not remove the .o before forking 'as', which can be a