diff options
Diffstat (limited to 'databases/postgresql/patches/patch-af')
-rw-r--r-- | databases/postgresql/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/postgresql/patches/patch-af b/databases/postgresql/patches/patch-af deleted file mode 100644 index 769f799c0e2..00000000000 --- a/databases/postgresql/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.7 2000/03/18 17:43:17 jlam Exp $ - ---- bin/pg_id/Makefile.orig Sun Jan 17 01:19:10 1999 -+++ bin/pg_id/Makefile Thu Mar 16 17:49:44 2000 -@@ -27,7 +27,7 @@ - all: pg_id - - pg_id: $(OBJS) $(LIBPQDIR)/libpq.a -- $(CC) -o pg_id -L$(LIBPQDIR) $(OBJS) -lpq $(LDFLAGS) -+ $(CC) -o pg_id $(OBJS) $(LIBPQ) $(LDFLAGS) - - $(LIBPQDIR)/libpq.a: - $(MAKE) -C $(LIBPQDIR) libpq.a |