diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-11-13 01:42:44 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-11-13 01:42:44 +0000 |
commit | f160a7126fd6551fbcd2944247f09fd165f9a868 (patch) | |
tree | a2c7fd6a4449305ea99c770afb59f7152d11520c /databases/postgresql-tcltk/files/patch-libpgtcl | |
parent | 1. update WWW (diff) |
fix for different tcl versions
PR: ports/42010
Submitted by: unknown -- see the PR
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=69994
Diffstat (limited to '')
-rw-r--r-- | databases/postgresql-tcltk/files/patch-libpgtcl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql-tcltk/files/patch-libpgtcl b/databases/postgresql-tcltk/files/patch-libpgtcl new file mode 100644 index 000000000000..831a4622f761 --- /dev/null +++ b/databases/postgresql-tcltk/files/patch-libpgtcl @@ -0,0 +1,9 @@ +--- src/interfaces/libpgtcl/Makefile Thu May 10 21:46:33 2001 ++++ src/interfaces/libpgtcl/Makefile Fri Mar 29 05:11:10 2002 +@@ -26,5 +26,5 @@ + # to be referenced separately to keep (broken) linkers happy. (This is + # braindead; users of libpq should not need to know what it depends on.) +-SHLIB_LINK+= $(filter -L%, $(LDFLAGS)) $(filter -lcrypt, $(LIBS)) ++SHLIB_LINK+= $(filter -L%, $(LDFLAGS)) $(filter -lcrypt -L% -ltcl83 -ltcl84, $(LIBS)) + + all: submake all-lib |