diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-03-03 05:17:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-03-03 05:17:58 +0000 |
commit | 3a455665ce22452b260f4c11bc7d8e1196d06f90 (patch) | |
tree | 3ccd1839cdd81cdf9270637e2bdb8da8180234c4 /x11-terms/yeahconsole/files | |
parent | amd64 stable, bug 260088 (diff) | |
download | historical-3a455665ce22452b260f4c11bc7d8e1196d06f90.tar.gz historical-3a455665ce22452b260f4c11bc7d8e1196d06f90.tar.bz2 historical-3a455665ce22452b260f4c11bc7d8e1196d06f90.zip |
Update patch for --as-needed and revision bump (bug #120112 comment #10).
Package-Manager: portage-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.patch | 2 |
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 a3ffa5ba4b61..6348ad95878a 100644 --- a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch +++ b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch @@ -20,7 +20,7 @@ $(TARGET): $(OBJECTS) - $(CC) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $< - strip $@ -+ $(CC) $(FLAGS) $(LDFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $< ++ $(CC) $(FLAGS) $(LDFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -o $@ $< $(LIBS) $(OBJECTS): $(SOURCES) - $(CC) $(FLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $< |