diff options
author | manu <manu> | 2004-04-06 17:09:17 +0000 |
---|---|---|
committer | manu <manu> | 2004-04-06 17:09:17 +0000 |
commit | 096d0c1b6ccf43f0c63805b19ef0781443e4186d (patch) | |
tree | 89f6158b68986b69fa222520b77acba3688e5331 /net | |
parent | d168946f4a04a344065d6847f6e81590f72c5647 (diff) | |
download | pkgsrc-096d0c1b6ccf43f0c63805b19ef0781443e4186d.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@ |