From c5de446b096c64af38b0acaa595d92bfe6f6b486 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 12 Oct 1997 13:03:04 +0000 Subject: - updated to newest version 0.60 - author was so nice to add a version number in the source file, hurray. - "dynamically" patch the path to libpgtcl.so ${PREFIX}/pgsql/lib/libpgtcl.so| depending on the PREFIX variable using new post-configure script - tested building, installing, packaging --- databases/pgaccess/files/patch-aa | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'databases/pgaccess/files/patch-aa') diff --git a/databases/pgaccess/files/patch-aa b/databases/pgaccess/files/patch-aa index 6cca6497440a..565665a0d7ec 100644 --- a/databases/pgaccess/files/patch-aa +++ b/databases/pgaccess/files/patch-aa @@ -1,17 +1,8 @@ ---- pgaccess.tcl.orig Sun Oct 5 00:47:27 1997 -+++ pgaccess.tcl Sun Oct 5 01:15:05 1997 +--- pgaccess.tcl.orig Sun Oct 12 14:45:16 1997 ++++ pgaccess.tcl Sun Oct 12 14:45:25 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 - catch {draw_tabs} - load_pref - if {$pref(autoload) && ($pref(lastdb)!="")} { -- cgit v1.2.3