pkgsrc/sysutils/fam/patches/patch-bc
joerg d425cddbb7 Add support for DragonFly. While we have sys/statvfs.h, we don't have
all the fields used by fam. It's easier to use the statfs interface for
now.
Don't explicitly link against libstdc++, it is the job of the C++
compiler to do that.
2005-10-10 22:06:51 +00:00

12 lines
294 B
Text

$NetBSD: patch-bc,v 1.1 2005/10/10 22:06:51 joerg Exp $
--- lib/Makefile.in.orig 2005-08-16 20:08:48.000000000 +0000
+++ lib/Makefile.in
@@ -99,7 +99,6 @@ libfam_la_SOURCES = \
libfam_la_LDFLAGS = -export-symbols fam.sym
-libfam_la_LIBADD = -lstdc++
EXTRA_DIST = fam.sym
subdir = lib