summaryrefslogtreecommitdiff
path: root/databases/postgresql-tcltk/files/patch-libpgtcl
blob: 831a4622f7617fb8293134521362e13e038ccab5 (plain) (blame)
1
2
3
4
5
6
7
8
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