diff options
author | manu <manu@pkgsrc.org> | 2004-04-06 17:09:17 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2004-04-06 17:09:17 +0000 |
commit | 0262f163af6147ecbcc942f51d7eab8a1aefe3a7 (patch) | |
tree | 89f6158b68986b69fa222520b77acba3688e5331 /net | |
parent | eb599d19a8a4a42530689d55dc861a515d778ca3 (diff) | |
download | pkgsrc-0262f163af6147ecbcc942f51d7eab8a1aefe3a7.tar.gz |
I forgot to cvs add a patch. Also a missing file in PLIST
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9/patches/patch-aj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/bind9/patches/patch-aj b/net/bind9/patches/patch-aj new file mode 100644 index 00000000000..9792508936a --- /dev/null +++ b/net/bind9/patches/patch-aj @@ -0,0 +1,12 @@ +--- lib/Makefile.in.orig Tue Apr 6 18:29:00 2004 ++++ lib/Makefile.in Tue Apr 6 18:29:01 2004 +@@ -22,8 +22,8 @@ + # Note: the order of SUBDIRS is important. + # Attempt to disable parallel processing. + .NOTPARALLEL: + .NO_PARALLEL: +-SUBDIRS = isc isccc dns isccfg lwres tests ++SUBDIRS = bind isc isccc dns isccfg lwres tests + TARGETS = + + @BIND9_MAKE_RULES@ |