Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
w3m.5344
w3m-parallel-make.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File w3m-parallel-make.patch of Package w3m.5344
Index: w3m-0.5.3/Makefile.in =================================================================== --- w3m-0.5.3.orig/Makefile.in +++ w3m-0.5.3/Makefile.in @@ -250,7 +250,7 @@ install-po: (cd $$subdir && $(MAKE) install); \ done -all-scripts: +all-scripts: funcname.tab for dir in $(SCRIPTSUBDIRS); \ do \ (cd $$dir && $(MAKE) $(MAKE_ARGS)); \ Index: w3m-0.5.3/w3mimg/Makefile.in =================================================================== --- w3m-0.5.3.orig/w3mimg/Makefile.in +++ w3m-0.5.3/w3mimg/Makefile.in @@ -16,7 +16,7 @@ IMGCFLAGS=@IMGX11CFLAGS@ @IMGFBCFLAGS@ @ IMGOBJS=@IMGOBJS@ .PHONY: $(SUBDIRS) -all: @IMGTARGETS@ w3mimg.a +all: w3mimg.a w3mimg.a: $(IMGOBJS) $(AR) rv $@ $(IMGOBJS) @@ -25,6 +25,9 @@ w3mimg.a: $(IMGOBJS) w3mimg.o: w3mimg.c $(CC) $(CFLAGS) -c $< +fb/%.o: fb +x11/%.o: x11 +win/%.o: win $(SUBDIRS): cd $@ && $(MAKE) CC="$(CC)" OPTS="$(OPTS)"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor