diff options
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 |