SHA256
8
0
forked from pool/scdoc
Files
scdoc/scdoc-1.6.1-makefile.patch
Michael Vetter d4cc7b0686 - Update to 1.11.3:
* 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
2024-02-17 11:56:49 +00:00

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