summaryrefslogtreecommitdiff
path: root/databases/msql/files/patch-aa
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-14 11:01:06 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-14 11:01:06 +0000
commit8127cfce921ec69662bef3f53968dbd4b741696f (patch)
treefe120ae818ec139c8843044932a6af1c37c5fb47 /databases/msql/files/patch-aa
parent<Sigh> Even more off_t fixes for wu-ftpd. Now you should be able to upload (diff)
MSQL port from Michael Reifenberger.
Submitted by: mr
Notes
Notes: svn path=/head/; revision=771
Diffstat (limited to 'databases/msql/files/patch-aa')
-rw-r--r--databases/msql/files/patch-aa27
1 files changed, 27 insertions, 0 deletions
diff --git a/databases/msql/files/patch-aa b/databases/msql/files/patch-aa
new file mode 100644
index 000000000000..88315504e035
--- /dev/null
+++ b/databases/msql/files/patch-aa
@@ -0,0 +1,27 @@
+*** Makefile.orig Thu Jan 12 21:18:36 1995
+--- Makefile Thu Jan 12 21:32:38 1995
+***************
+*** 20,24 ****
+ all:
+! @ echo ""; echo "You have not read the installation procedures.";\
+! echo "Please read the README file for build instructions.";\
+! echo
+
+--- 20,27 ----
+ all:
+! cd targets/freebsd ;\
+! make all
+!
+! install:
+! cd targets/freebsd ;\
+! make install
+
+***************
+*** 34,36 ****
+ echo ;\
+! TARG=`scripts/sys-arch` ;\
+ if test -d targets/$${TARG} ;\
+--- 37,39 ----
+ echo ;\
+! TARG=freebsd;\
+ if test -d targets/$${TARG} ;\