Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gocr/files: gocr-0.47-makefile.patch
Date: Wed, 29 Apr 2009 22:53:18
Message-Id: E1LzIeS-0000Ij-8O@stork.gentoo.org
1 aballier 09/04/29 22:53:16
2
3 Added: gocr-0.47-makefile.patch
4 Log:
5 version bump, bug #187942
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-text/gocr/files/gocr-0.47-makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gocr/files/gocr-0.47-makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gocr/files/gocr-0.47-makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: gocr-0.47-makefile.patch
15 ===================================================================
16 Index: gocr-0.47/src/Makefile.in
17 ===================================================================
18 --- gocr-0.47.orig/src/Makefile.in
19 +++ gocr-0.47/src/Makefile.in
20 @@ -78,7 +78,7 @@ gocr.o: gocr.h Makefile ../include/versi
21 $(PROGRAM): $(LIBOBJS) gocr.o
22 # make it conform to ld --as-needed
23 #$(CC) -o $@ $(LDFLAGS) gocr.o ./lib$(PGMASCLIB).a $(LIBS)
24 - $(CC) -o $@ gocr.o $(LIBOBJS) $(LIBS)
25 + $(CC) $(LDFLAGS) -o $@ gocr.o $(LIBOBJS) $(LIBS)
26 if test -r $(PROGRAM); then cp $@ ../bin; fi
27
28 libs: lib$(PGMASCLIB).a lib$(PGMASCLIB).@PACKAGE_VERSION@.so