summaryrefslogtreecommitdiff
path: root/net/ngrep
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-08 12:42:14 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-08 12:42:14 +0000
commit2b68f5a99920eb9ae02cbc2b6ba0815b9243f411 (patch)
treede17af25f56ad54b931940801e4e31497a4176e0 /net/ngrep
parent1d6e44cc05bec3d6cf66d4ccfcaa8d7f8663ebee (diff)
downloadpkgsrc-2b68f5a99920eb9ae02cbc2b6ba0815b9243f411.tar.gz
Forgot to remove this in last pkg update - it's now part of the pkg
Diffstat (limited to 'net/ngrep')
-rw-r--r--net/ngrep/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
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)