diff options
Diffstat (limited to 'net/xymonclient/patches/patch-ag')
-rw-r--r-- | net/xymonclient/patches/patch-ag | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/xymonclient/patches/patch-ag b/net/xymonclient/patches/patch-ag new file mode 100644 index 00000000000..48aa63e394f --- /dev/null +++ b/net/xymonclient/patches/patch-ag @@ -0,0 +1,15 @@ +$NetBSD: patch-ag,v 1.1.1.1 2010/02/14 16:11:11 spz Exp $ + +--- build/Makefile.orig 2009-02-12 13:00:50.000000000 +0000 ++++ build/Makefile +@@ -8,8 +8,8 @@ merge-lines: merge-lines.c + merge-sects: merge-sects.c + $(CC) -o $@ $(CFLAGS) $< + +-setup-newfiles: setup-newfiles.c +- $(CC) -o $@ $(CFLAGS) $(RPATHOPT) $< ../lib/hobbitclient.a $(SSLLIBS) $(NETLIBS) $(LIBRTDEF) ++setup-newfiles: setup-newfiles.c ../lib/hobbitclient.a ++ $(CC) -o $@ $(CFLAGS) $< ../lib/hobbitclient.a $(RPATHOPT) $(SSLLIBS) $(NETLIBS) $(LIBRTDEF) + + clean: + rm -f $(TOOLS) testfile *.o *~ |