summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-02-25 17:09:05 +0000
committerJeroen Roovers <jer@gentoo.org>2009-02-25 17:09:05 +0000
commit248e13ca4bfd63ff15b42f81528a4dd4f3cd139d (patch)
treeb5beeb08424f20ea7449cfaf8183887aaefe765b /x11-terms/yeahconsole/files
parentremove ibus* from package.mask (diff)
downloadgentoo-2-248e13ca4bfd63ff15b42f81528a4dd4f3cd139d.tar.gz
gentoo-2-248e13ca4bfd63ff15b42f81528a4dd4f3cd139d.tar.bz2
gentoo-2-248e13ca4bfd63ff15b42f81528a4dd4f3cd139d.zip
Readd -Wall as originally intended.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-terms/yeahconsole/files')
-rw-r--r--x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
index 6697e71e96ec..7f0ef1347fa0 100644
--- a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
+++ b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
@@ -22,7 +22,7 @@
$(OBJECTS): $(SOURCES)
- $(CC) $(FLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $<
-+ $(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $<
++ $(CC) $(CFLAGS) -Wall $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $<
clean:
rm -rf $(TARGET) $(OBJECTS)