summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-07-17 14:34:32 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-07-17 14:34:32 +0000
commit1bf7e999f7c87cc5c9a3d6967ad9ac2f6b99bf74 (patch)
treeebd32b8072ab176ed0abe9faac4605ee8d08bc54 /app-text/tofrodos/files
parentalpha/arm/ia64/m68k/s390/sh stable wrt #278039 (diff)
downloadhistorical-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.patch17
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)