diff options
author | dirk <dirk@FreeBSD.org> | 2001-01-07 21:52:24 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-01-07 21:52:24 +0800 |
commit | bd9af3d146ea8b3e5b67a3360d7195a64c7b46b7 (patch) | |
tree | ce04ecec7068ad590ab5f9242eaee3e2c2e0fb3c /databases/mysql51-server/files | |
parent | 3c7951e99507242c477228b7db671d4b98b3d516 (diff) | |
download | freebsd-ports-gnome-bd9af3d146ea8b3e5b67a3360d7195a64c7b46b7.tar.gz freebsd-ports-gnome-bd9af3d146ea8b3e5b67a3360d7195a64c7b46b7.tar.zst freebsd-ports-gnome-bd9af3d146ea8b3e5b67a3360d7195a64c7b46b7.zip |
--with-low-memory serves a similar purpose as patch-aq.
Diffstat (limited to 'databases/mysql51-server/files')
-rw-r--r-- | databases/mysql51-server/files/patch-aq | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/mysql51-server/files/patch-aq b/databases/mysql51-server/files/patch-aq deleted file mode 100644 index 573324175921..000000000000 --- a/databases/mysql51-server/files/patch-aq +++ /dev/null @@ -1,13 +0,0 @@ ---- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000 -+++ sql/Makefile.in Wed Jan 5 20:28:17 2000 -@@ -317,6 +317,10 @@ - else :; fi - sql_yacc.hh: sql_yacc.cc - -+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O -+sql_yacc.o: sql_yacc.cc -+ $(CXXCOMPILE) -O0 -c $< -+ - - # This directory's subdirectories are mostly independent; you can cd - # into them and run `make' without going through this Makefile. |