summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-03-08 12:42:14 +0000
committerhubertf <hubertf>2001-03-08 12:42:14 +0000
commit29e3f84b68bf86a85bccb06d21990c7ffb5b4dff (patch)
treede17af25f56ad54b931940801e4e31497a4176e0 /net
parentac6c8a13c0928e87657c75c529331a572ca9919a (diff)
downloadpkgsrc-29e3f84b68bf86a85bccb06d21990c7ffb5b4dff.tar.gz
Forgot to remove this in last pkg update - it's now part of the pkg
Diffstat (limited to 'net')
-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)