diff options
| author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-08-03 13:58:59 +0000 |
|---|---|---|
| committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-08-03 13:58:59 +0000 |
| commit | c84266ea6e2c982458f75954d4e8d9606d4c4d7c (patch) | |
| tree | 29c59ff5cf6c20d5292923eae49c98dc940775e4 /net/openntpd/files/patch-Makefile | |
| parent | Remove ports system's dependency to boost for amd64, (diff) | |
Major update to 4.4. Frequency correction is now supported.
Notes
Notes:
svn path=/head/; revision=238830
Diffstat (limited to 'net/openntpd/files/patch-Makefile')
| -rw-r--r-- | net/openntpd/files/patch-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/openntpd/files/patch-Makefile b/net/openntpd/files/patch-Makefile new file mode 100644 index 000000000000..c78ef017030e --- /dev/null +++ b/net/openntpd/files/patch-Makefile @@ -0,0 +1,20 @@ +$FreeBSD$ +--- Makefile.orig 2009-08-01 17:38:53.000000000 +0200 ++++ Makefile 2009-08-01 18:21:05.000000000 +0200 +@@ -4,7 +4,7 @@ + + PROG= ntpd + SRCS= ntpd.c buffer.c log.c imsg.c ntp.c ntp_msg.c parse.y config.c \ +- server.c client.c sensors.c util.c ++ server.c client.c util.c adjfreq.c arc4random.c + CFLAGS+= -Wall -I${.CURDIR} + CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes + CFLAGS+= -Wmissing-declarations +@@ -13,4 +13,7 @@ CFLAGS+= -Wsign-compare + YFLAGS= + MAN= ntpd.8 ntpd.conf.5 + ++DPADD= ${LIBMD} ++LDADD= -lmd ++ + .include <bsd.prog.mk> |
