aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-tcltk/files
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-11-13 01:42:44 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-11-13 01:42:44 +0000
commitf160a7126fd6551fbcd2944247f09fd165f9a868 (patch)
treea2c7fd6a4449305ea99c770afb59f7152d11520c /databases/postgresql-tcltk/files
parent6758d1271c92b67003024f316148f3620cae1724 (diff)
downloadports-f160a7126fd6551fbcd2944247f09fd165f9a868.tar.gz
ports-f160a7126fd6551fbcd2944247f09fd165f9a868.zip
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 'databases/postgresql-tcltk/files')
-rw-r--r--databases/postgresql-tcltk/files/patch-libpgtcl9
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