diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-24 09:38:09 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-24 09:38:09 +0000 |
| commit | 13c829ef924bf71993659af30df6eba614550e72 (patch) | |
| tree | 8bcee626763b6ea11fc6ab6fa590abce06561f77 /textproc/libsoldout/files/patch-BSDmakefile | |
| parent | Mark broken on FreeBSD 9.x (diff) | |
Update to 1.4
* Fix a bug in rendering nested block lists
* Fix build with GCC 6 and other minor warnings
* Build a static library too
* Significantly improve documentation
* Improvement of mkd2man
* Add an amalgamation (C sources to include directly in a project)
(not included in the port though)
PR: 211330
Submitted by: Natacha Porté <natbsd@instinctive.eu> (maintainer & upstream)
Diffstat (limited to 'textproc/libsoldout/files/patch-BSDmakefile')
| -rw-r--r-- | textproc/libsoldout/files/patch-BSDmakefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/libsoldout/files/patch-BSDmakefile b/textproc/libsoldout/files/patch-BSDmakefile deleted file mode 100644 index 0ff8be0b4936..000000000000 --- a/textproc/libsoldout/files/patch-BSDmakefile +++ /dev/null @@ -1,16 +0,0 @@ ---- ./BSDmakefile.orig 2011-05-22 15:52:03.000000000 +0200 -+++ ./BSDmakefile 2011-06-20 19:22:57.278509671 +0200 -@@ -16,9 +16,10 @@ - - DEPDIR=depends - ALLDEPS=$(DEPDIR)/all --CFLAGS=-c -g -O3 -Wall -Werror -fPIC --LDFLAGS=-g -O3 -Wall -Werror --CC=gcc -+CFLAGS?=-c -g -O3 -Wall -Werror -+CFLAGS+= -c -fPIC -+LDFLAGS?=-g -O3 -Wall -Werror -+CC?=gcc - - all: libsoldout.so mkd2html mkd2latex mkd2man - |
