summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/gocr/files/gocr-0.47-makefile.patch')
-rw-r--r--app-text/gocr/files/gocr-0.47-makefile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-text/gocr/files/gocr-0.47-makefile.patch b/app-text/gocr/files/gocr-0.47-makefile.patch
deleted file mode 100644
index 0614bcd79111..000000000000
--- a/app-text/gocr/files/gocr-0.47-makefile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gocr-0.47/src/Makefile.in
-===================================================================
---- gocr-0.47.orig/src/Makefile.in
-+++ gocr-0.47/src/Makefile.in
-@@ -78,7 +78,7 @@ gocr.o: gocr.h Makefile ../include/versi
- $(PROGRAM): $(LIBOBJS) gocr.o
- # make it conform to ld --as-needed
- #$(CC) -o $@ $(LDFLAGS) gocr.o ./lib$(PGMASCLIB).a $(LIBS)
-- $(CC) -o $@ gocr.o $(LIBOBJS) $(LIBS)
-+ $(CC) $(LDFLAGS) -o $@ gocr.o $(LIBOBJS) $(LIBS)
- if test -r $(PROGRAM); then cp $@ ../bin; fi
-
- libs: lib$(PGMASCLIB).a lib$(PGMASCLIB).@PACKAGE_VERSION@.so