diff options
Diffstat (limited to 'databases/postgresql/patches/patch-ag')
-rw-r--r-- | databases/postgresql/patches/patch-ag | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/databases/postgresql/patches/patch-ag b/databases/postgresql/patches/patch-ag deleted file mode 100644 index 8e6a94c7da6..00000000000 --- a/databases/postgresql/patches/patch-ag +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ag,v 1.5 2000/03/18 17:43:17 jlam Exp $ - ---- bin/pgtclsh/Makefile.orig Tue Oct 27 16:51:54 1998 -+++ bin/pgtclsh/Makefile Thu Mar 16 17:49:44 2000 -@@ -22,15 +22,12 @@ - include Makefile.tkdefs - endif - --CFLAGS+= $(X_CFLAGS) -I$(SRCDIR)/interfaces/libpgtcl -+CFLAGS+= $(X_CFLAGS) -I$(LIBPGTCLDIR) - - ifdef KRBVERS - LDFLAGS+= $(KRBLIBS) - CFLAGS+= $(KRBFLAGS) - endif -- --LIBPGTCL= -L$(SRCDIR)/interfaces/libpgtcl -lpgtcl --LIBPQ= -L$(LIBPQDIR) -lpq - - # If we are here then TCL is available - PGMS = pgtclsh |