diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-17 21:19:58 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-17 21:19:58 +0000 |
commit | 195dbf41d59f680c563d1998e85b1178e3b04476 (patch) | |
tree | d5abe7ec95dbf9da7488215fd3b33ed730c9b21b /databases/msql3/files/patch-ak | |
parent | Update to 1.7 (diff) |
Version 3 of the Mini SQL relational database system
PR: ports/67319
Submitted by: Andrey Slusar <vasallia@ukr.net>
Approved by: krion (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=113877
Diffstat (limited to 'databases/msql3/files/patch-ak')
-rw-r--r-- | databases/msql3/files/patch-ak | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/msql3/files/patch-ak b/databases/msql3/files/patch-ak deleted file mode 100644 index 5a8adfa53822..000000000000 --- a/databases/msql3/files/patch-ak +++ /dev/null @@ -1,14 +0,0 @@ ---- src/w3-msql/Makefile.tmpl.orig Thu Aug 19 07:33:22 1999 -+++ src/w3-msql/Makefile.tmpl Sat Jan 27 23:54:43 2001 -@@ -14,9 +14,9 @@ - !object w3-msql.o w3-msql.c - !object w3-auth.o w3-auth.c - --!program w3-msql mod_w3msql.o,w3-msql.o,lexer.o,modules.o,auth.o,http.o,../lang-common/mod_std.o,../lang-common/mod_msql.o,../lang-common/liblite.a,../msql/libmsql.a,../regexp/libregexp.a -+!program w3-msql mod_w3msql.o,w3-msql.o,lexer.o,modules.o,auth.o,http.o ../lang-common/mod_std.o,../lang-common/mod_msql.o,-L../lang-common,-llite,-L../msql,-lmsql,-lcompat - --!program w3-auth w3-auth.o,http.o,../lang-common/fcrypt.o,../msql/libmsql.a -+!program w3-auth w3-auth.o,http.o ../lang-common/fcrypt.o,-L../msql,-lmsql - - - # |