opnsense-ports/net/dtcpclient/files/patch-Makefile
Franco Fichtner 33e98a2a58 */*: sync with upstream
Taken from: FreeBSD
2016-09-16 14:21:20 +02:00

11 lines
322 B
Text

--- Makefile.orig 2015-10-02 08:23:57 UTC
+++ Makefile
@@ -45,7 +45,7 @@ MANDIR= $(PREFIX)/man/man
CFLAGS+= -Wall -DPREFIX=\"$(PREFIX)\"
-.if ($(OPSYS) == "FreeBSD")
+.if ($(OPSYS) == "FreeBSD") || ($(OPSYS) == "DragonFly")
CFLAGS+= -DHAVE_MD5
LDADD= -lmd
.elif ($(OPSYS) == "NetBSD") || ($(OPSYS) == "OpenBSD")