diff options
author | hubertf <hubertf> | 2001-03-08 12:42:14 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-08 12:42:14 +0000 |
commit | 8f49ae168ad7584d9327a4f6be34c3aff9b6dc90 (patch) | |
tree | de17af25f56ad54b931940801e4e31497a4176e0 /net | |
parent | 39f55c964b7c1a6689c0153ce04fd06075d52e6e (diff) | |
download | pkgsrc-8f49ae168ad7584d9327a4f6be34c3aff9b6dc90.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-ab | 15 |
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) |