aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-tcltk
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2004-03-12 19:17:39 +0800
committerobraun <obraun@FreeBSD.org>2004-03-12 19:17:39 +0800
commit911ab9f6e1f65a866c0d06ba3a0c64987bad526a (patch)
tree6a75a39a0606afb1229be5a23f37bb54f915136f /databases/postgresql-tcltk
parent6cb7332dca7024e8125eac218d949d71c67b687e (diff)
downloadfreebsd-ports-gnome-911ab9f6e1f65a866c0d06ba3a0c64987bad526a.tar.gz
freebsd-ports-gnome-911ab9f6e1f65a866c0d06ba3a0c64987bad526a.tar.zst
freebsd-ports-gnome-911ab9f6e1f65a866c0d06ba3a0c64987bad526a.zip
Fix after upgrade to 7.4.2.
Approved by: maintainer
Diffstat (limited to 'databases/postgresql-tcltk')
-rw-r--r--databases/postgresql-tcltk/files/patch-libpgtcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql-tcltk/files/patch-libpgtcl b/databases/postgresql-tcltk/files/patch-libpgtcl
index e0a811261fe7..44c60a29157e 100644
--- a/databases/postgresql-tcltk/files/patch-libpgtcl
+++ b/databases/postgresql-tcltk/files/patch-libpgtcl
@@ -1,11 +1,11 @@
---- src/interfaces/libpgtcl/Makefile.orig Tue Oct 28 22:55:58 2003
-+++ src/interfaces/libpgtcl/Makefile Tue Nov 18 04:21:46 2003
+--- src/interfaces/libpgtcl/Makefile.orig Tue Feb 10 08:26:48 2004
++++ src/interfaces/libpgtcl/Makefile Thu Mar 11 21:12:25 2004
@@ -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)
+- $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt, $(LIBS)) $(THREAD_LIBS)
++ $(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -L% -ltcl83 -ltcl84, $(LIBS)) $(THREAD_LIBS)
all: submake-libpq all-lib