diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-07-17 14:34:32 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-07-17 14:34:32 +0000 |
commit | 1bf7e999f7c87cc5c9a3d6967ad9ac2f6b99bf74 (patch) | |
tree | ebd32b8072ab176ed0abe9faac4605ee8d08bc54 /app-text/tofrodos/files | |
parent | alpha/arm/ia64/m68k/s390/sh stable wrt #278039 (diff) | |
download | historical-1bf7e999f7c87cc5c9a3d6967ad9ac2f6b99bf74.tar.gz historical-1bf7e999f7c87cc5c9a3d6967ad9ac2f6b99bf74.tar.bz2 historical-1bf7e999f7c87cc5c9a3d6967ad9ac2f6b99bf74.zip |
Respecting CFLAGS and LDFLAGS. Closes bug 262213
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'app-text/tofrodos/files')
-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) |