aboutsummaryrefslogtreecommitdiff
path: root/databases/msql/files/patch-ax
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-01-28 08:10:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-01-28 08:10:47 +0000
commit6ffeb34befc4478c36a7a8df9a71a9a4c99dfb09 (patch)
treebf67ebe5c229eab5c8960f1e159faf97adae80c7 /databases/msql/files/patch-ax
parent55fb3c23194830ad48b29095ed47103d0adf1103 (diff)
Notes
Diffstat (limited to 'databases/msql/files/patch-ax')
-rw-r--r--databases/msql/files/patch-ax13
1 files changed, 9 insertions, 4 deletions
diff --git a/databases/msql/files/patch-ax b/databases/msql/files/patch-ax
index 9efdeb865cbe..cf4c890be3dc 100644
--- a/databases/msql/files/patch-ax
+++ b/databases/msql/files/patch-ax
@@ -1,18 +1,23 @@
--- src/lang-common/Makefile.tmpl.orig Thu Aug 19 07:33:10 1999
-+++ src/lang-common/Makefile.tmpl Sun Jan 28 00:17:00 2001
-@@ -19,11 +19,13 @@
++++ src/lang-common/Makefile.tmpl Sun Jan 28 10:41:37 2001
+@@ -19,11 +19,18 @@
!object mod_msql.o mod_msql.c
!library_unix liblite.a symtab.c,types.c,code-gen.c,code-sim.c,extern.c,fcrypt.c,lib.c parser.o
+!slibrary_unix 1 liblite.so symtab.c,types.c,code-gen.c,code-sim.c,extern.c,fcrypt.c,lib.c parser.o
!dll_os2 lite symtab.c,types.c,code-sim.c,extern.c,fcrypt.c,lib.c,code-gen.c,parser.c ../regexp/libregexp.a
++!slibrary_unix 0 mod_std.so mod_std.c
++!slibrary_unix 0 mod_msql.so mod_msql.c
++
!libinstall liblite.a $(INST_DIR)/lib/liblite.a 744 $(ROOT)
-!install mod_std.o $(INST_DIR)/lib/mod_std.o 744 $(ROOT)
-!install mod_msql.o $(INST_DIR)/lib/mod_msql.o 744 $(ROOT)
+!slibinstall 1 liblite.so $(INST_DIR)/lib 744 $(ROOT)
-+!install mod_std.o $(INST_DIR)/libexec/msql/mod_std.so 744 $(ROOT)
-+!install mod_msql.o $(INST_DIR)/libexec/msql/mod_msql.so 744 $(ROOT)
++!install mod_std.o $(INST_DIR)/lib/msql/mod_std.o 744 $(ROOT)
++!install mod_msql.o $(INST_DIR)/lib/msql/mod_msql.o 744 $(ROOT)
++!install mod_std.so $(INST_DIR)/libexec/msql/mod_std.so 744 $(ROOT)
++!install mod_msql.so $(INST_DIR)/libexec/msql/mod_msql.so 744 $(ROOT)
!install mod_std.h $(INST_DIR)/include/mod_std.h 744 $(ROOT)
!install mod_msql.h $(INST_DIR)/include/mod_msql.h 744 $(ROOT)
!install lite.h $(INST_DIR)/include/lite.h 744 $(ROOT)