diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-12 13:03:04 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-12 13:03:04 +0000 |
commit | c5de446b096c64af38b0acaa595d92bfe6f6b486 (patch) | |
tree | 8395c14fb0a71ceee8651ea06bb609031d8e1a35 /databases/pgaccess/files/patch-aa | |
parent | original distribution updated to 1.54. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=8223
Diffstat (limited to 'databases/pgaccess/files/patch-aa')
-rw-r--r-- | databases/pgaccess/files/patch-aa | 13 |
1 files changed, 2 insertions, 11 deletions
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)!="")} { |