diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-31 00:20:43 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-31 00:20:43 +0000 |
commit | ae2c26ad44dba87dd1377d70dfb1906132114c7b (patch) | |
tree | 3b07c390b752aab5b7c97cccc158684f54a2fa7c /databases/postgresql-tcltk/files/patch-libpgtcl | |
parent | Split the postgresql ports into a server and a client part. (diff) |
Split the postgresql ports into a server and a client part.
The tcltk interface has been removed from the main distribution, so
fixate the version number to the latest released version, 7.4.6.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
Notes
Notes:
svn path=/head/; revision=127736
Diffstat (limited to 'databases/postgresql-tcltk/files/patch-libpgtcl')
-rw-r--r-- | databases/postgresql-tcltk/files/patch-libpgtcl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql-tcltk/files/patch-libpgtcl b/databases/postgresql-tcltk/files/patch-libpgtcl deleted file mode 100644 index 44c60a29157e..000000000000 --- a/databases/postgresql-tcltk/files/patch-libpgtcl +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -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 - |