forked from pool/scdoc
* Fix clang 15 -Wstrict-prototypes warnings * Remove useless re-declarations of standard functions get rid of some unused includes * Use .PP for paragraph breaks * scdoc(1), scdoc(5): follow conventions more closely * Fix formatting of escaped backticks * scdoc.5: fix capitalization of subsection headers * scdoc.5: fix formatting in the preamble * man: add section about SOURCE_DATE_EPOCH * Emit '\e' instead of '\\' OBS-URL: https://build.opensuse.org/package/show/devel:tools/scdoc?expand=0&rev=37
13 lines
360 B
Diff
13 lines
360 B
Diff
Index: scdoc-1.11.3/Makefile
|
|
===================================================================
|
|
--- scdoc-1.11.3.orig/Makefile
|
|
+++ scdoc-1.11.3/Makefile
|
|
@@ -1,7 +1,6 @@
|
|
VERSION=1.11.3
|
|
CFLAGS?=-g
|
|
MAINFLAGS:=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter
|
|
-LDFLAGS+=-static
|
|
INCLUDE+=-Iinclude
|
|
PREFIX?=/usr/local
|
|
BINDIR?=$(PREFIX)/bin
|