ports/databases/pgaccess/files/patch-aa
Andreas Klemm 7551a06aeb New port pgaccess, a _working_ (yuppee, got it to work finally)
TCL/TK frontend to postgresql ;-)
More commits to come (in postgresql port)
1997-10-04 23:31:00 +00:00

17 lines
484 B
Text

--- pgaccess.tcl.orig Sun Oct 5 00:47:27 1997
+++ pgaccess.tcl Sun Oct 5 01:15:05 1997
@@ -1,4 +1,4 @@
-#!/usr/bin/wish
+#! /usr/local/bin/wish8.0
#############################################################################
# Visual Tcl v1.10 Project
#
@@ -1465,7 +1465,7 @@
proc main {argc argv} {
global pref newdbname newpport newhost
-load libpgtcl.so
+load /usr/local/pgsql/lib/libpgtcl.so.1
catch {draw_tabs}
load_pref
if {$pref(autoload) && ($pref(lastdb)!="")} {