diff options
Diffstat (limited to 'app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch')
-rw-r--r-- | app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch b/app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch new file mode 100644 index 000000000000..5aa0e8358565 --- /dev/null +++ b/app-text/tofrodos/files/tofrodos-1.7.8-CFLAGS.patch @@ -0,0 +1,17 @@ +--- Makefile.original 2009-04-11 22:46:08.000000000 -0600 ++++ Makefile 2009-04-12 14:30:55.000000000 -0600 +@@ -92,14 +92,10 @@ + OBJS = emsg.o \ + init.o \ + tofrodos.o \ + utility.o + +-# implicit rules +-.c.o: +- $(CC) $(CFLAGS) $< +- + # user visible rules + all: $(FROMDOS) $(TODOS) + + clean: + $(RM) $(OBJS) |