From 8f49ae168ad7584d9327a4f6be34c3aff9b6dc90 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 8 Mar 2001 12:42:14 +0000 Subject: Forgot to remove this in last pkg update - it's now part of the pkg --- net/ngrep/patches/patch-ab | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 net/ngrep/patches/patch-ab (limited to 'net') diff --git a/net/ngrep/patches/patch-ab b/net/ngrep/patches/patch-ab deleted file mode 100644 index 3a9475df210..00000000000 --- a/net/ngrep/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.1 1999/07/02 10:26:03 agc Exp $ - -Use LDFLAGS when linking. - ---- Makefile.in 1999/07/02 10:17:46 1.1 -+++ Makefile.in 1999/07/02 10:18:04 -@@ -18,7 +18,7 @@ - MANDEST=@prefix@/man/man8 - - $(TARGET): $(OBJS) -- $(CC) $(CFLAGS) -s -o $(TARGET) $(OBJS) $(LIBS) -+ $(CC) $(CFLAGS) ${LDFLAGS} -s -o $(TARGET) $(OBJS) $(LIBS) - - debug: $(OBJS) - $(CC) $(CFLAGS) -g -o $(TARGET) $(OBJS) $(LIBS) -- cgit v1.2.3