From d42200bec37eef2a7478d88988ff00addd0a9202 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Jan 2020 11:50:47 +0000 Subject: gentoo resync : 25.01.2020 --- .../files/o3read-0.0.4-fix-buildsystem.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app-text/o3read/files/o3read-0.0.4-fix-buildsystem.patch (limited to 'app-text/o3read/files/o3read-0.0.4-fix-buildsystem.patch') diff --git a/app-text/o3read/files/o3read-0.0.4-fix-buildsystem.patch b/app-text/o3read/files/o3read-0.0.4-fix-buildsystem.patch new file mode 100644 index 000000000000..63dcf95c0def --- /dev/null +++ b/app-text/o3read/files/o3read-0.0.4-fix-buildsystem.patch @@ -0,0 +1,36 @@ +--- a/Makefile ++++ b/Makefile +@@ -2,8 +2,6 @@ + PACKAGE = o3read + VERSION = 0.0.4 + +-CC = gcc +-CFLAGS = -Wall -ansi -pedantic -O -g + PREFIX = /usr/local + BINDIR = $(PREFIX)/bin + MANDIR = $(PREFIX)/man/man1 +@@ -16,20 +14,13 @@ + + all: $(BINS) + +-utf8tolatin1: utf8tolatin1.o +- $(CC) -o utf8tolatin1 utf8tolatin1.o ++o3totxt: o3read.o + +-o3totxt: o3totxt.o o3read.o +- $(CC) -o o3totxt o3totxt.o o3read.o ++o3tohtml: o3read.o + +-o3tohtml: o3tohtml.o o3read.o +- $(CC) -o o3tohtml o3tohtml.o o3read.o ++o3tosiag: o3read.o + +-o3tosiag: o3tosiag.o o3read.o +- $(CC) -o o3tosiag o3tosiag.o o3read.o +- +-o3read: main.o o3read.o +- $(CC) -o o3read main.o o3read.o ++o3read: main.o + + dist: + rm -rf $(PACKAGE)-$(VERSION) -- cgit v1.2.3