diff options
Diffstat (limited to 'parallel/ganglia-monitor-core/patches/patch-an')
-rw-r--r-- | parallel/ganglia-monitor-core/patches/patch-an | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/parallel/ganglia-monitor-core/patches/patch-an b/parallel/ganglia-monitor-core/patches/patch-an new file mode 100644 index 00000000000..25d39d15aa0 --- /dev/null +++ b/parallel/ganglia-monitor-core/patches/patch-an @@ -0,0 +1,11 @@ +$NetBSD: patch-an,v 1.1 2005/02/10 02:33:53 jschauma Exp $ + +--- srclib/libmetrics/Makefile.am.orig 2005-02-07 22:35:25.000000000 -0500 ++++ srclib/libmetrics/Makefile.am 2005-02-07 22:35:58.000000000 -0500 +@@ -1,5 +1,5 @@ + SUBDIRS=@OS@ . tests +-DIST_SUBDIRS= aix cygwin darwin freebsd hpux irix linux osf solaris tests ++DIST_SUBDIRS= aix cygwin darwin freebsd hpux irix linux netbsd osf solaris tests + + #AM_CFLAGS = -I$(top_builddir)/lib + |