diff options
| author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
|---|---|---|
| committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
| commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
| tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/openntpd/patches/patch-openbsd-compat_Makefile_in | |
Initial import
Diffstat (limited to 'package/openntpd/patches/patch-openbsd-compat_Makefile_in')
| -rw-r--r-- | package/openntpd/patches/patch-openbsd-compat_Makefile_in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/openntpd/patches/patch-openbsd-compat_Makefile_in b/package/openntpd/patches/patch-openbsd-compat_Makefile_in new file mode 100644 index 000000000..c2660e499 --- /dev/null +++ b/package/openntpd/patches/patch-openbsd-compat_Makefile_in @@ -0,0 +1,15 @@ +$Id$ + + part of the "adjtime-linux" patch + +--- openntpd-3.9p1.orig/openbsd-compat/Makefile.in 2006-05-14 05:29:19.000000000 +0000 ++++ openntpd-3.9p1/openbsd-compat/Makefile.in 2007-01-28 20:49:48.000000000 +0000 +@@ -9,7 +9,7 @@ OPENBSD= asprintf.o daemon.o errx.o inet + COMPAT= atomicio.o bsd-arc4random.o bsd-misc.o bsd-poll.o \ + bsd-snprintf.o bsd-getifaddrs.o bsd-setresuid.o \ + bsd-setresgid.o fake-rfc2553.o +-PORT= port-qnx.o ++PORT= port-linux.o port-qnx.o + + VPATH=@srcdir@ + CC=@CC@ |
