1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/databases/mysql55-server/files/patch-include::Makefile.in
Dirk Froemberg c73aca2ef0 - upgrade to 3.22.29
- add -O0 for compiling sql/sql_yacc.cc. Otherwise gcc eats a lot of
  memory and cpu time. It seems to be a gcc compiler bug in conjunction
  with -O.
2000-01-05 21:03:03 +00:00

15 lines
384 B
Plaintext

--- include/Makefile.in.orig Sat Jan 1 17:59:41 2000
+++ include/Makefile.in Wed Jan 5 21:04:23 2000
@@ -259,7 +259,11 @@
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+.if defined(CLIENT_ONLY)
install: install-am
+.else
+install:
+.endif
uninstall-am: uninstall-pkgincludeHEADERS
uninstall: uninstall-am
all-am: Makefile $(HEADERS) all-local