schwarze feb23e06ed minor update to textproc/scdoc-1.10.1;
patch from Raymond E. Pasco <ray at ameretat dot dev> on ports@
2020-04-04 16:58:26 +00:00

15 lines
391 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2020/04/04 16:58:26 schwarze Exp $
In OpenBSD, we do not compile programs statically when it isn't necessary.
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -1,6 +1,5 @@
VERSION=1.10.1
CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter
-LDFLAGS+=-static
INCLUDE+=-Iinclude
PREFIX?=/usr/local
_INSTDIR=$(DESTDIR)$(PREFIX)