summaryrefslogtreecommitdiff
path: root/databases/postgresql-tcltk/files/patch-libpgtcl
blob: e0a811261fe705dce832e9d9342b01511b809fc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/interfaces/libpgtcl/Makefile.orig	Tue Oct 28 22:55:58 2003
+++ src/interfaces/libpgtcl/Makefile	Tue Nov 18 04:21:46 2003
@@ -21,7 +21,7 @@
 OBJS= pgtcl.o pgtclCmds.o pgtclId.o
 
 SHLIB_LINK = $(libpq) $(TCL_LIB_SPEC) $(TCL_LIBS) \
-	$(filter -lssl -lcrypto -lkrb5 -lcrypt, $(LIBS)) $(THREAD_LIBS)
+	$(filter -lssl -lcrypto -lkrb5 -lcrypt -L% -ltcl83 -ltcl84, $(LIBS)) $(THREAD_LIBS)
 
 all: submake-libpq all-lib