summaryrefslogtreecommitdiff
path: root/databases/postgresql/patches/patch-ah
blob: 32d687ff9076bb73567af9ca5c24d0ae0c884062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.4 1999/09/20 23:38:49 jlam Exp $

--- ./bin/Makefile.orig	Thu May 20 12:49:59 1999
+++ ./bin/Makefile	Mon Sep 20 12:09:31 1999
@@ -27,7 +27,8 @@
 #
 ifeq ($(USE_TCL), true)
 ifeq ($(USE_TK), true)
-	DIRS += pgaccess
+# pgaccess directory doesn't contain any sources
+#	DIRS += pgaccess
 endif
 	DIRS += pgtclsh
 endif